Uses of Class
com.adyen.model.checkout.PaymentDetails.TypeEnum
-
Packages that use PaymentDetails.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of PaymentDetails.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentDetails.TypeEnum Modifier and Type Method Description static PaymentDetails.TypeEnumPaymentDetails.TypeEnum. fromValue(String value)PaymentDetails.TypeEnumPaymentDetails. getType()The payment method type.static PaymentDetails.TypeEnumPaymentDetails.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentDetails.TypeEnum[]PaymentDetails.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 PaymentDetails.TypeEnum Modifier and Type Method Description voidPaymentDetails. setType(PaymentDetails.TypeEnum type)The payment method type.PaymentDetailsPaymentDetails. type(PaymentDetails.TypeEnum type)The payment method type.
-