Class FilingsTaxSummaryModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingsTaxSummaryModel
Represents a listing of all tax calculation data for filings and for accruing to future filings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for collectAmount The collect amountGetter for nonTaxableAccrualAmount The nontaxable accrual amountGetter for nonTaxableAmount The nontaxable amountGetter for remittanceAmount The remittance amountGetter for reportableNonTaxableAmount reportableNonTaxableAmountGetter for reportableSalesAmount reportableSalesAmountGetter for reportableTaxableAmount reportableTaxableAmountGetter for reportableTaxAmount reportableTaxAmountGetter for salesAccrualAmount The sales accrual amountGetter for salesAmount The total sales amountGetter for taxableAccrualAmount The taxable sales accrual amountGetter for taxableAmount The taxable amountGetter for taxAccrualAmount The tax accrual amountGetter for taxAmount The tax amountvoid
setCollectAmount
(BigDecimal value) Setter for collectAmount The collect amountvoid
Setter for nonTaxableAccrualAmount The nontaxable accrual amountvoid
setNonTaxableAmount
(BigDecimal value) Setter for nonTaxableAmount The nontaxable amountvoid
setRemittanceAmount
(BigDecimal value) Setter for remittanceAmount The remittance amountvoid
Setter for reportableNonTaxableAmount reportableNonTaxableAmountvoid
Setter for reportableSalesAmount reportableSalesAmountvoid
Setter for reportableTaxableAmount reportableTaxableAmountvoid
setReportableTaxAmount
(BigDecimal value) Setter for reportableTaxAmount reportableTaxAmountvoid
setSalesAccrualAmount
(BigDecimal value) Setter for salesAccrualAmount The sales accrual amountvoid
setSalesAmount
(BigDecimal value) Setter for salesAmount The total sales amountvoid
Setter for taxableAccrualAmount The taxable sales accrual amountvoid
setTaxableAmount
(BigDecimal value) Setter for taxableAmount The taxable amountvoid
setTaxAccrualAmount
(BigDecimal value) Setter for taxAccrualAmount The tax accrual amountvoid
setTaxAmount
(BigDecimal value) Setter for taxAmount The tax amounttoString()
Returns a JSON string representation of FilingsTaxSummaryModel
-
Constructor Details
-
FilingsTaxSummaryModel
public FilingsTaxSummaryModel()
-
-
Method Details
-
getSalesAmount
Getter for salesAmount The total sales amount -
setSalesAmount
Setter for salesAmount The total sales amount -
getTaxableAmount
Getter for taxableAmount The taxable amount -
setTaxableAmount
Setter for taxableAmount The taxable amount -
getNonTaxableAmount
Getter for nonTaxableAmount The nontaxable amount -
setNonTaxableAmount
Setter for nonTaxableAmount The nontaxable amount -
getTaxAmount
Getter for taxAmount The tax amount -
setTaxAmount
Setter for taxAmount The tax amount -
getRemittanceAmount
Getter for remittanceAmount The remittance amount -
setRemittanceAmount
Setter for remittanceAmount The remittance amount -
getCollectAmount
Getter for collectAmount The collect amount -
setCollectAmount
Setter for collectAmount The collect amount -
getSalesAccrualAmount
Getter for salesAccrualAmount The sales accrual amount -
setSalesAccrualAmount
Setter for salesAccrualAmount The sales accrual amount -
getTaxableAccrualAmount
Getter for taxableAccrualAmount The taxable sales accrual amount -
setTaxableAccrualAmount
Setter for taxableAccrualAmount The taxable sales accrual amount -
getNonTaxableAccrualAmount
Getter for nonTaxableAccrualAmount The nontaxable accrual amount -
setNonTaxableAccrualAmount
Setter for nonTaxableAccrualAmount The nontaxable accrual amount -
getTaxAccrualAmount
Getter for taxAccrualAmount The tax accrual amount -
setTaxAccrualAmount
Setter for taxAccrualAmount The tax accrual amount -
getReportableSalesAmount
Getter for reportableSalesAmount reportableSalesAmount -
setReportableSalesAmount
Setter for reportableSalesAmount reportableSalesAmount -
getReportableNonTaxableAmount
Getter for reportableNonTaxableAmount reportableNonTaxableAmount -
setReportableNonTaxableAmount
Setter for reportableNonTaxableAmount reportableNonTaxableAmount -
getReportableTaxableAmount
Getter for reportableTaxableAmount reportableTaxableAmount -
setReportableTaxableAmount
Setter for reportableTaxableAmount reportableTaxableAmount -
getReportableTaxAmount
Getter for reportableTaxAmount reportableTaxAmount -
setReportableTaxAmount
Setter for reportableTaxAmount reportableTaxAmount -
toString
Returns a JSON string representation of FilingsTaxSummaryModel
-