StoredValueData |
StoredValueData.currency(String currency) |
Currency of a monetary amount.
|
StoredValueData |
StoredValueData.eanUpc(Integer eanUpc) |
Standard product code of item purchased with the transaction.
|
static StoredValueData |
StoredValueData.fromJson(String jsonString) |
Create an instance of StoredValueData given an JSON string
|
StoredValueData |
StoredValueData.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
StoredValueData |
StoredValueData.itemAmount(BigDecimal itemAmount) |
Total amount of the item line.
|
StoredValueData |
StoredValueData.originalPOITransaction(OriginalPOITransaction originalPOITransaction) |
originalPOITransaction
|
StoredValueData |
StoredValueData.productCode(Integer productCode) |
Product code of item purchased with the transaction.
|
StoredValueData |
StoredValueData.storedValueAccountID(StoredValueAccountID storedValueAccountID) |
storedValueAccountID
|
StoredValueData |
StoredValueData.storedValueProvider(String storedValueProvider) |
Identification of the provider of the stored value account load/reload.
|
StoredValueData |
StoredValueData.storedValueTransactionType(StoredValueTransactionType storedValueTransactionType) |
storedValueTransactionType
|