Uses of Class
com.adyen.model.nexo.StoredValueAccountStatus
-
Packages that use StoredValueAccountStatus Package Description com.adyen.model.nexo -
-
Uses of StoredValueAccountStatus in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as StoredValueAccountStatus Modifier and Type Field Description protected StoredValueAccountStatusStoredValueResult. storedValueAccountStatusThe Stored value account status.Methods in com.adyen.model.nexo that return StoredValueAccountStatus Modifier and Type Method Description StoredValueAccountStatusObjectFactory. createStoredValueAccountStatus()Create an instance ofStoredValueAccountStatusStoredValueAccountStatusStoredValueResult. getStoredValueAccountStatus()Gets the value of the storedValueAccountStatus property.Methods in com.adyen.model.nexo with parameters of type StoredValueAccountStatus Modifier and Type Method Description voidStoredValueResult. setStoredValueAccountStatus(StoredValueAccountStatus value)Sets the value of the storedValueAccountStatus property.
-