Uses of Class
com.adyen.model.checkout.StoredPaymentMethodDetails.TypeEnum
-
Packages that use StoredPaymentMethodDetails.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of StoredPaymentMethodDetails.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return StoredPaymentMethodDetails.TypeEnum Modifier and Type Method Description static StoredPaymentMethodDetails.TypeEnumStoredPaymentMethodDetails.TypeEnum. fromValue(String value)StoredPaymentMethodDetails.TypeEnumStoredPaymentMethodDetails. getType()The payment method type.static StoredPaymentMethodDetails.TypeEnumStoredPaymentMethodDetails.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static StoredPaymentMethodDetails.TypeEnum[]StoredPaymentMethodDetails.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type StoredPaymentMethodDetails.TypeEnum Modifier and Type Method Description voidStoredPaymentMethodDetails. setType(StoredPaymentMethodDetails.TypeEnum type)The payment method type.StoredPaymentMethodDetailsStoredPaymentMethodDetails. type(StoredPaymentMethodDetails.TypeEnum type)The payment method type.
-