Uses of Class
com.adyen.model.tapi.StoredValueResult
-
Packages that use StoredValueResult Package Description com.adyen.model.tapi -
-
Uses of StoredValueResult in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return StoredValueResult Modifier and Type Method Description StoredValueResultStoredValueResult. currency(String currency)Currency of a monetary amount.StoredValueResultStoredValueResult. eanUpc(Integer eanUpc)Standard product code of item purchased with the transaction.static StoredValueResultStoredValueResult. fromJson(String jsonString)Create an instance of StoredValueResult given an JSON stringStoredValueResultStoredValueResult. hostTransactionID(TransactionIDType hostTransactionID)hostTransactionIDStoredValueResultStoredValueResult. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.StoredValueResultStoredValueResult. itemAmount(BigDecimal itemAmount)Total amount of the item line.StoredValueResultStoredValueResult. productCode(Integer productCode)Product code of item purchased with the transaction.StoredValueResultStoredValueResult. storedValueAccountStatus(StoredValueAccountStatus storedValueAccountStatus)storedValueAccountStatusStoredValueResultStoredValueResult. storedValueTransactionType(StoredValueTransactionType storedValueTransactionType)storedValueTransactionTypeMethods in com.adyen.model.tapi that return types with arguments of type StoredValueResult Modifier and Type Method Description List<StoredValueResult>StoredValueResponse. getStoredValueResult()Result of loading/reloading a stored value card.Methods in com.adyen.model.tapi with parameters of type StoredValueResult Modifier and Type Method Description StoredValueResponseStoredValueResponse. addStoredValueResultItem(StoredValueResult storedValueResultItem)Method parameters in com.adyen.model.tapi with type arguments of type StoredValueResult Modifier and Type Method Description voidStoredValueResponse. setStoredValueResult(List<StoredValueResult> storedValueResult)Result of loading/reloading a stored value card.StoredValueResponseStoredValueResponse. storedValueResult(List<StoredValueResult> storedValueResult)Result of loading/reloading a stored value card.
-