Class CardTransactionRecord.Amount
- java.lang.Object
-
- com.thalesgroup.gemalto.d1.card.cardservice.CardTransactionRecord.Amount
-
- Enclosing class:
- CardTransactionRecord
public static class CardTransactionRecord.Amount extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetAmount()Retrieves the transaction amount.StringgetCurrencyCode()The currency code of the transaction in ISO 4217 alpha code format.
-
-
-
Constructor Detail
-
Amount
public Amount(long amount, @NonNull String currencyCode)Internal constructor for the Amount object. It calls theCardTransactionRecord.getAmount()API to initialize the Amount object.
-
-