Class VarianceDetail
java.lang.Object
net.avalara.avatax.rest.client.models.VarianceDetail
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for amountGetter for currencyGetter for taxSubTypevoid
setAmount
(BigDecimal value) Setter for amountvoid
setCurrency
(String value) Setter for currencyvoid
setTaxSubType
(String value) Setter for taxSubTypetoString()
Returns a JSON string representation of VarianceDetail
-
Constructor Details
-
VarianceDetail
public VarianceDetail()
-
-
Method Details