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.BigDecimal
getNonTaxableAmount()
Getter for nonTaxableAmount The nontaxable amountjava.lang.Long
getNumberOfNights()
Getter for numberOfNights The number of nightsjava.math.BigDecimal
getSalesAmount()
Getter for salesAmount The total sales amountjava.math.BigDecimal
getTaxAmount()
Getter for taxAmount The tax amountjava.lang.String
getTaxType()
Getter for taxType The tax type associated with the summaryvoid
setNonTaxableAmount(java.math.BigDecimal value)
Setter for nonTaxableAmount The nontaxable amountvoid
setNumberOfNights(java.lang.Long value)
Setter for numberOfNights The number of nightsvoid
setSalesAmount(java.math.BigDecimal value)
Setter for salesAmount The total sales amountvoid
setTaxAmount(java.math.BigDecimal value)
Setter for taxAmount The tax amountvoid
setTaxType(java.lang.String value)
Setter for taxType The tax type associated with the summaryjava.lang.String
toString()
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:
toString
in classjava.lang.Object
-