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