Class FilingsTaxSummaryModel

java.lang.Object
net.avalara.avatax.rest.client.models.FilingsTaxSummaryModel

public class FilingsTaxSummaryModel extends Object
Represents a listing of all tax calculation data for filings and for accruing to future filings.
  • Constructor Details

    • FilingsTaxSummaryModel

      public FilingsTaxSummaryModel()
  • Method Details

    • getSalesAmount

      public BigDecimal getSalesAmount()
      Getter for salesAmount The total sales amount
    • setSalesAmount

      public void setSalesAmount(BigDecimal value)
      Setter for salesAmount The total sales amount
    • getTaxableAmount

      public BigDecimal getTaxableAmount()
      Getter for taxableAmount The taxable amount
    • setTaxableAmount

      public void setTaxableAmount(BigDecimal value)
      Setter for taxableAmount The taxable amount
    • getNonTaxableAmount

      public BigDecimal getNonTaxableAmount()
      Getter for nonTaxableAmount The nontaxable amount
    • setNonTaxableAmount

      public void setNonTaxableAmount(BigDecimal value)
      Setter for nonTaxableAmount The nontaxable amount
    • getTaxAmount

      public BigDecimal getTaxAmount()
      Getter for taxAmount The tax amount
    • setTaxAmount

      public void setTaxAmount(BigDecimal value)
      Setter for taxAmount The tax amount
    • getRemittanceAmount

      public BigDecimal getRemittanceAmount()
      Getter for remittanceAmount The remittance amount
    • setRemittanceAmount

      public void setRemittanceAmount(BigDecimal value)
      Setter for remittanceAmount The remittance amount
    • getCollectAmount

      public BigDecimal getCollectAmount()
      Getter for collectAmount The collect amount
    • setCollectAmount

      public void setCollectAmount(BigDecimal value)
      Setter for collectAmount The collect amount
    • getSalesAccrualAmount

      public BigDecimal getSalesAccrualAmount()
      Getter for salesAccrualAmount The sales accrual amount
    • setSalesAccrualAmount

      public void setSalesAccrualAmount(BigDecimal value)
      Setter for salesAccrualAmount The sales accrual amount
    • getTaxableAccrualAmount

      public BigDecimal getTaxableAccrualAmount()
      Getter for taxableAccrualAmount The taxable sales accrual amount
    • setTaxableAccrualAmount

      public void setTaxableAccrualAmount(BigDecimal value)
      Setter for taxableAccrualAmount The taxable sales accrual amount
    • getNonTaxableAccrualAmount

      public BigDecimal getNonTaxableAccrualAmount()
      Getter for nonTaxableAccrualAmount The nontaxable accrual amount
    • setNonTaxableAccrualAmount

      public void setNonTaxableAccrualAmount(BigDecimal value)
      Setter for nonTaxableAccrualAmount The nontaxable accrual amount
    • getTaxAccrualAmount

      public BigDecimal getTaxAccrualAmount()
      Getter for taxAccrualAmount The tax accrual amount
    • setTaxAccrualAmount

      public void setTaxAccrualAmount(BigDecimal value)
      Setter for taxAccrualAmount The tax accrual amount
    • getReportableSalesAmount

      public BigDecimal getReportableSalesAmount()
      Getter for reportableSalesAmount reportableSalesAmount
    • setReportableSalesAmount

      public void setReportableSalesAmount(BigDecimal value)
      Setter for reportableSalesAmount reportableSalesAmount
    • getReportableNonTaxableAmount

      public BigDecimal getReportableNonTaxableAmount()
      Getter for reportableNonTaxableAmount reportableNonTaxableAmount
    • setReportableNonTaxableAmount

      public void setReportableNonTaxableAmount(BigDecimal value)
      Setter for reportableNonTaxableAmount reportableNonTaxableAmount
    • getReportableTaxableAmount

      public BigDecimal getReportableTaxableAmount()
      Getter for reportableTaxableAmount reportableTaxableAmount
    • setReportableTaxableAmount

      public void setReportableTaxableAmount(BigDecimal value)
      Setter for reportableTaxableAmount reportableTaxableAmount
    • getReportableTaxAmount

      public BigDecimal getReportableTaxAmount()
      Getter for reportableTaxAmount reportableTaxAmount
    • setReportableTaxAmount

      public void setReportableTaxAmount(BigDecimal value)
      Setter for reportableTaxAmount reportableTaxAmount
    • toString

      public String toString()
      Returns a JSON string representation of FilingsTaxSummaryModel
      Overrides:
      toString in class Object