Class VarianceDetail
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.VarianceDetail
-
public class VarianceDetail extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VarianceDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigDecimal
getAmount()
Getter for amountjava.lang.String
getCurrency()
Getter for currencyjava.lang.String
getTaxSubType()
Getter for taxSubTypevoid
setAmount(java.math.BigDecimal value)
Setter for amountvoid
setCurrency(java.lang.String value)
Setter for currencyvoid
setTaxSubType(java.lang.String value)
Setter for taxSubTypejava.lang.String
toString()
Returns a JSON string representation of VarianceDetail
-
-
-
Method Detail
-
getTaxSubType
public java.lang.String getTaxSubType()
Getter for taxSubType
-
setTaxSubType
public void setTaxSubType(java.lang.String value)
Setter for taxSubType
-
getAmount
public java.math.BigDecimal getAmount()
Getter for amount
-
setAmount
public void setAmount(java.math.BigDecimal value)
Setter for amount
-
getCurrency
public java.lang.String getCurrency()
Getter for currency
-
setCurrency
public void setCurrency(java.lang.String value)
Setter for currency
-
toString
public java.lang.String toString()
Returns a JSON string representation of VarianceDetail- Overrides:
toString
in classjava.lang.Object
-
-