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