Class FilingsTaxDetailsModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingsTaxDetailsModel
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 nonTaxableAmount The nontaxable amountGetter for numberOfNights The number of nightsGetter for salesAmount The total sales amountGetter for taxAmount The tax amountGetter for taxType The tax type associated with the summaryvoidsetNonTaxableAmount(BigDecimal value) Setter for nonTaxableAmount The nontaxable amountvoidsetNumberOfNights(Long value) Setter for numberOfNights The number of nightsvoidsetSalesAmount(BigDecimal value) Setter for salesAmount The total sales amountvoidsetTaxAmount(BigDecimal value) Setter for taxAmount The tax amountvoidsetTaxType(String value) Setter for taxType The tax type associated with the summarytoString()Returns a JSON string representation of FilingsTaxDetailsModel
-
Constructor Details
-
FilingsTaxDetailsModel
public FilingsTaxDetailsModel()
-
-
Method Details
-
getTaxType
Getter for taxType The tax type associated with the summary -
setTaxType
Setter for taxType The tax type associated with the summary -
getSalesAmount
Getter for salesAmount The total sales amount -
setSalesAmount
Setter for salesAmount The total sales 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 -
getNumberOfNights
Getter for numberOfNights The number of nights -
setNumberOfNights
Setter for numberOfNights The number of nights -
toString
Returns a JSON string representation of FilingsTaxDetailsModel
-