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