Uses of Class
com.adyen.model.tapi.StoredValueAccountStatus
-
Packages that use StoredValueAccountStatus Package Description com.adyen.model.tapi -
-
Uses of StoredValueAccountStatus in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return StoredValueAccountStatus Modifier and Type Method Description StoredValueAccountStatusStoredValueAccountStatus. currentBalance(BigDecimal currentBalance)If relevant and known.static StoredValueAccountStatusStoredValueAccountStatus. fromJson(String jsonString)Create an instance of StoredValueAccountStatus given an JSON stringStoredValueAccountStatusStoredValueResult. getStoredValueAccountStatus()Get storedValueAccountStatusStoredValueAccountStatusStoredValueAccountStatus. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.StoredValueAccountStatusStoredValueAccountStatus. storedValueAccountID(StoredValueAccountID storedValueAccountID)storedValueAccountIDMethods in com.adyen.model.tapi with parameters of type StoredValueAccountStatus Modifier and Type Method Description voidStoredValueResult. setStoredValueAccountStatus(StoredValueAccountStatus storedValueAccountStatus)storedValueAccountStatusStoredValueResultStoredValueResult. storedValueAccountStatus(StoredValueAccountStatus storedValueAccountStatus)storedValueAccountStatus
-