Uses of Class
com.adyen.model.nexo.StoredValueAccountID
-
Packages that use StoredValueAccountID Package Description com.adyen.model.nexo -
-
Uses of StoredValueAccountID in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as StoredValueAccountID Modifier and Type Field Description protected StoredValueAccountIDPaymentInstrumentData. storedValueAccountIDThe Stored value account id.protected StoredValueAccountIDStoredValueAccountStatus. storedValueAccountIDThe Stored value account id.protected StoredValueAccountIDStoredValueData. storedValueAccountIDThe Stored value account id.Methods in com.adyen.model.nexo that return StoredValueAccountID Modifier and Type Method Description StoredValueAccountIDObjectFactory. createStoredValueAccountID()Create an instance ofStoredValueAccountIDStoredValueAccountIDPaymentInstrumentData. getStoredValueAccountID()Gets the value of the storedValueAccountID property.StoredValueAccountIDStoredValueAccountStatus. getStoredValueAccountID()Gets the value of the storedValueAccountID property.StoredValueAccountIDStoredValueData. getStoredValueAccountID()Gets the value of the storedValueAccountID property.Methods in com.adyen.model.nexo with parameters of type StoredValueAccountID Modifier and Type Method Description voidPaymentInstrumentData. setStoredValueAccountID(StoredValueAccountID value)Sets the value of the storedValueAccountID property.voidStoredValueAccountStatus. setStoredValueAccountID(StoredValueAccountID value)Sets the value of the storedValueAccountID property.voidStoredValueData. setStoredValueAccountID(StoredValueAccountID value)Sets the value of the storedValueAccountID property.
-