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