Uses of Class
com.adyen.model.checkout.StoredPaymentMethod
-
Packages that use StoredPaymentMethod Package Description com.adyen.model.checkout -
-
Uses of StoredPaymentMethod in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return StoredPaymentMethod Modifier and Type Method Description StoredPaymentMethodStoredPaymentMethod. addSupportedRecurringProcessingModelsItem(String supportedRecurringProcessingModelsItem)StoredPaymentMethodStoredPaymentMethod. addSupportedShopperInteractionsItem(String supportedShopperInteractionsItem)StoredPaymentMethodStoredPaymentMethod. bankAccountNumber(String bankAccountNumber)StoredPaymentMethodStoredPaymentMethod. bankLocationId(String bankLocationId)StoredPaymentMethodStoredPaymentMethod. brand(String brand)StoredPaymentMethodStoredPaymentMethod. expiryMonth(String expiryMonth)StoredPaymentMethodStoredPaymentMethod. expiryYear(String expiryYear)static StoredPaymentMethodStoredPaymentMethod. fromJson(String jsonString)Create an instance of StoredPaymentMethod given an JSON stringStoredPaymentMethodStoredPaymentMethod. holderName(String holderName)StoredPaymentMethodStoredPaymentMethod. iban(String iban)StoredPaymentMethodStoredPaymentMethod. id(String id)StoredPaymentMethodStoredPaymentMethod. label(String label)StoredPaymentMethodStoredPaymentMethod. lastFour(String lastFour)StoredPaymentMethodStoredPaymentMethod. name(String name)StoredPaymentMethodStoredPaymentMethod. networkTxReference(String networkTxReference)StoredPaymentMethodStoredPaymentMethod. ownerName(String ownerName)StoredPaymentMethodStoredPaymentMethod. shopperEmail(String shopperEmail)StoredPaymentMethodStoredPaymentMethod. supportedRecurringProcessingModels(List<String> supportedRecurringProcessingModels)StoredPaymentMethodStoredPaymentMethod. supportedShopperInteractions(List<String> supportedShopperInteractions)StoredPaymentMethodStoredPaymentMethod. type(String type)Methods in com.adyen.model.checkout that return types with arguments of type StoredPaymentMethod Modifier and Type Method Description List<StoredPaymentMethod>PaymentMethodsResponse. getStoredPaymentMethods()List of all stored payment methods.Methods in com.adyen.model.checkout with parameters of type StoredPaymentMethod Modifier and Type Method Description PaymentMethodsResponsePaymentMethodsResponse. addStoredPaymentMethodsItem(StoredPaymentMethod storedPaymentMethodsItem)Method parameters in com.adyen.model.checkout with type arguments of type StoredPaymentMethod Modifier and Type Method Description voidPaymentMethodsResponse. setStoredPaymentMethods(List<StoredPaymentMethod> storedPaymentMethods)List of all stored payment methods.PaymentMethodsResponsePaymentMethodsResponse. storedPaymentMethods(List<StoredPaymentMethod> storedPaymentMethods)
-