public class FilingsTaxDetailsModel
extends java.lang.Object
Constructor and Description |
---|
FilingsTaxDetailsModel() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getNonTaxableAmount()
Getter for nonTaxableAmount
The nontaxable amount
|
java.lang.Long |
getNumberOfNights()
Getter for numberOfNights
The number of nights
|
java.math.BigDecimal |
getSalesAmount()
Getter for salesAmount
The total sales amount
|
java.math.BigDecimal |
getTaxAmount()
Getter for taxAmount
The tax amount
|
java.lang.String |
getTaxType()
Getter for taxType
The tax type associated with the summary
|
void |
setNonTaxableAmount(java.math.BigDecimal value)
Setter for nonTaxableAmount
The nontaxable amount
|
void |
setNumberOfNights(java.lang.Long value)
Setter for numberOfNights
The number of nights
|
void |
setSalesAmount(java.math.BigDecimal value)
Setter for salesAmount
The total sales amount
|
void |
setTaxAmount(java.math.BigDecimal value)
Setter for taxAmount
The tax amount
|
void |
setTaxType(java.lang.String value)
Setter for taxType
The tax type associated with the summary
|
java.lang.String |
toString()
Returns a JSON string representation of FilingsTaxDetailsModel
|
public java.lang.String getTaxType()
public void setTaxType(java.lang.String value)
public java.math.BigDecimal getSalesAmount()
public void setSalesAmount(java.math.BigDecimal value)
public java.math.BigDecimal getNonTaxableAmount()
public void setNonTaxableAmount(java.math.BigDecimal value)
public java.math.BigDecimal getTaxAmount()
public void setTaxAmount(java.math.BigDecimal value)
public java.lang.Long getNumberOfNights()
public void setNumberOfNights(java.lang.Long value)
public java.lang.String toString()
toString
in class java.lang.Object