-
public final class Money
Amount to charge the card payment source ID in the specified currencyCode
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
amount
private final Currency
currencyCode
-
Method Summary
Modifier and Type Method Description final Integer
component1()
final Currency
component2()
final Money
copy(Integer amount, Currency currencyCode)
final Integer
getAmount()
final Currency
getCurrencyCode()
-
-
Method Detail
-
component1
final Integer component1()
-
component2
final Currency component2()
-
copy
final Money copy(Integer amount, Currency currencyCode)
- Parameters:
amount
- Amount of money that will be charged (i.e 100 in GBP will be £1.currencyCode
- The currency type the paymentSourceId will be charged in.
-
getCurrencyCode
final Currency getCurrencyCode()
-
-
-
-