Uses of Class
com.adyen.model.payment.SecureRemoteCommerceCheckoutData.SchemeEnum
-
Packages that use SecureRemoteCommerceCheckoutData.SchemeEnum Package Description com.adyen.model.payment -
-
Uses of SecureRemoteCommerceCheckoutData.SchemeEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return SecureRemoteCommerceCheckoutData.SchemeEnum Modifier and Type Method Description static SecureRemoteCommerceCheckoutData.SchemeEnumSecureRemoteCommerceCheckoutData.SchemeEnum. fromValue(String value)SecureRemoteCommerceCheckoutData.SchemeEnumSecureRemoteCommerceCheckoutData. getScheme()The Secure Remote Commerce scheme.static SecureRemoteCommerceCheckoutData.SchemeEnumSecureRemoteCommerceCheckoutData.SchemeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SecureRemoteCommerceCheckoutData.SchemeEnum[]SecureRemoteCommerceCheckoutData.SchemeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.payment with parameters of type SecureRemoteCommerceCheckoutData.SchemeEnum Modifier and Type Method Description SecureRemoteCommerceCheckoutDataSecureRemoteCommerceCheckoutData. scheme(SecureRemoteCommerceCheckoutData.SchemeEnum scheme)The Secure Remote Commerce scheme.voidSecureRemoteCommerceCheckoutData. setScheme(SecureRemoteCommerceCheckoutData.SchemeEnum scheme)The Secure Remote Commerce scheme.
-