Uses of Class
com.adyen.model.checkout.PayPalDetails.TypeEnum
-
Packages that use PayPalDetails.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of PayPalDetails.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PayPalDetails.TypeEnum Modifier and Type Method Description static PayPalDetails.TypeEnumPayPalDetails.TypeEnum. fromValue(String value)PayPalDetails.TypeEnumPayPalDetails. getType()**paypal**static PayPalDetails.TypeEnumPayPalDetails.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PayPalDetails.TypeEnum[]PayPalDetails.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 PayPalDetails.TypeEnum Modifier and Type Method Description voidPayPalDetails. setType(PayPalDetails.TypeEnum type)**paypal**PayPalDetailsPayPalDetails. type(PayPalDetails.TypeEnum type)**paypal**
-