Class AdyenAmount
java.lang.Object
com.broadleafcommerce.adyen.domain.AdyenAmount
- All Implemented Interfaces:
Serializable
The amount information for the transaction (in minor units).
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The three-character ISO currency code.getValue()
The amount of the transaction, in minor units (e.g.int
hashCode()
void
setCurrency
(String currency) The three-character ISO currency code.void
The amount of the transaction, in minor units (e.g.toString()
-
Constructor Details
-
AdyenAmount
public AdyenAmount() -
AdyenAmount
-
-
Method Details
-
getValue
The amount of the transaction, in minor units (e.g. $10.00 USD would have a 1000 value). -
getCurrency
The three-character ISO currency code. -
setValue
The amount of the transaction, in minor units (e.g. $10.00 USD would have a 1000 value). -
setCurrency
The three-character ISO currency code. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-