Uses of Class
com.adyen.model.checkout.PayPalDetails.SubtypeEnum
-
Packages that use PayPalDetails.SubtypeEnum Package Description com.adyen.model.checkout -
-
Uses of PayPalDetails.SubtypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PayPalDetails.SubtypeEnum Modifier and Type Method Description static PayPalDetails.SubtypeEnumPayPalDetails.SubtypeEnum. fromValue(String value)PayPalDetails.SubtypeEnumPayPalDetails. getSubtype()The type of flow to initiate.static PayPalDetails.SubtypeEnumPayPalDetails.SubtypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PayPalDetails.SubtypeEnum[]PayPalDetails.SubtypeEnum. 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.SubtypeEnum Modifier and Type Method Description voidPayPalDetails. setSubtype(PayPalDetails.SubtypeEnum subtype)The type of flow to initiate.PayPalDetailsPayPalDetails. subtype(PayPalDetails.SubtypeEnum subtype)The type of flow to initiate.
-