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