Uses of Class
com.adyen.model.checkout.details.PayPalDetails.SubtypeEnum
-
Packages that use PayPalDetails.SubtypeEnum Package Description com.adyen.model.checkout.details -
-
Uses of PayPalDetails.SubtypeEnum in com.adyen.model.checkout.details
Methods in com.adyen.model.checkout.details that return PayPalDetails.SubtypeEnum Modifier and Type Method Description static PayPalDetails.SubtypeEnumPayPalDetails.SubtypeEnum. fromValue(String text)PayPalDetails.SubtypeEnumPayPalDetails. getSubtype()PayPalDetails.SubtypeEnumPayPalDetails.SubtypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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.details with parameters of type PayPalDetails.SubtypeEnum Modifier and Type Method Description voidPayPalDetails. setSubtype(PayPalDetails.SubtypeEnum subtype)PayPalDetailsPayPalDetails. subtype(PayPalDetails.SubtypeEnum subtype)voidPayPalDetails.SubtypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PayPalDetails.SubtypeEnum enumeration)
-