Package com.adyen.model.notification
Class Amount
- java.lang.Object
-
- com.adyen.model.notification.Amount
-
public class Amount extends Object
Amount
-
-
Constructor Summary
Constructors Constructor Description Amount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Amountcurrency(String currency)booleanequals(Object o)StringgetCurrency()the amount's three letter currency code (ISO 4217)BigDecimalgetDecimalValue()LonggetValue()the amount's value in minor unitsinthashCode()voidsetCurrency(String currency)voidsetValue(Long value)StringtoString()Amountvalue(Long value)
-
-
-
Method Detail
-
getDecimalValue
public BigDecimal getDecimalValue()
-
getValue
public Long getValue()
the amount's value in minor units- Returns:
- value
-
setValue
public void setValue(Long value)
-
getCurrency
public String getCurrency()
the amount's three letter currency code (ISO 4217)- Returns:
- currency
-
setCurrency
public void setCurrency(String currency)
-
-