Class VarianceUnit
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.VarianceUnit
-
public class VarianceUnit extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VarianceUnit()
-
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 currencyvoid
setAmount(java.math.BigDecimal value)
Setter for amountvoid
setCurrency(java.lang.String value)
Setter for currencyjava.lang.String
toString()
Returns a JSON string representation of VarianceUnit
-
-
-
Method Detail
-
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 VarianceUnit- Overrides:
toString
in classjava.lang.Object
-
-