Package com.xero.models.project
Class Amount
java.lang.Object
com.xero.models.project.Amount
public class Amount extends Object
Amount
-
Constructor Summary
Constructors Constructor Description Amount() -
Method Summary
Modifier and Type Method Description Amountcurrency(CurrencyCode currency)booleanequals(Object o)CurrencyCodegetCurrency()Get currencyDoublegetValue()Get valueinthashCode()voidsetCurrency(CurrencyCode currency)voidsetValue(Double value)StringtoString()Amountvalue(Double value)
-
Constructor Details
-
Amount
public Amount()
-
-
Method Details