Class FilingsTaxDetailsModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingsTaxDetailsModel
public class FilingsTaxDetailsModel
extends java.lang.Object
Represents a listing of all tax calculation data for filings and for accruing to future filings.
-
Constructor Summary
Constructors Constructor Description FilingsTaxDetailsModel() -
Method Summary
Modifier and Type Method Description java.math.BigDecimalgetNonTaxableAmount()Getter for nonTaxableAmount The nontaxable amountjava.lang.LonggetNumberOfNights()Getter for numberOfNights The number of nightsjava.math.BigDecimalgetSalesAmount()Getter for salesAmount The total sales amountjava.math.BigDecimalgetTaxAmount()Getter for taxAmount The tax amountjava.lang.StringgetTaxType()Getter for taxType The tax type associated with the summaryvoidsetNonTaxableAmount(java.math.BigDecimal value)Setter for nonTaxableAmount The nontaxable amountvoidsetNumberOfNights(java.lang.Long value)Setter for numberOfNights The number of nightsvoidsetSalesAmount(java.math.BigDecimal value)Setter for salesAmount The total sales amountvoidsetTaxAmount(java.math.BigDecimal value)Setter for taxAmount The tax amountvoidsetTaxType(java.lang.String value)Setter for taxType The tax type associated with the summaryjava.lang.StringtoString()Returns a JSON string representation of FilingsTaxDetailsModel
-
Constructor Details
-
FilingsTaxDetailsModel
public FilingsTaxDetailsModel()
-
-
Method Details
-
getTaxType
public java.lang.String getTaxType()Getter for taxType The tax type associated with the summary -
setTaxType
public void setTaxType(java.lang.String value)Setter for taxType The tax type associated with the summary -
getSalesAmount
public java.math.BigDecimal getSalesAmount()Getter for salesAmount The total sales amount -
setSalesAmount
public void setSalesAmount(java.math.BigDecimal value)Setter for salesAmount The total sales amount -
getNonTaxableAmount
public java.math.BigDecimal getNonTaxableAmount()Getter for nonTaxableAmount The nontaxable amount -
setNonTaxableAmount
public void setNonTaxableAmount(java.math.BigDecimal value)Setter for nonTaxableAmount The nontaxable amount -
getTaxAmount
public java.math.BigDecimal getTaxAmount()Getter for taxAmount The tax amount -
setTaxAmount
public void setTaxAmount(java.math.BigDecimal value)Setter for taxAmount The tax amount -
getNumberOfNights
public java.lang.Long getNumberOfNights()Getter for numberOfNights The number of nights -
setNumberOfNights
public void setNumberOfNights(java.lang.Long value)Setter for numberOfNights The number of nights -
toString
public java.lang.String toString()Returns a JSON string representation of FilingsTaxDetailsModel- Overrides:
toStringin classjava.lang.Object
-