Uses of Class
com.adyen.model.checkout.ThreeDSRequestorPriorAuthenticationInfo.ThreeDSReqPriorAuthMethodEnum
-
Packages that use ThreeDSRequestorPriorAuthenticationInfo.ThreeDSReqPriorAuthMethodEnum Package Description com.adyen.model.checkout -
-
Uses of ThreeDSRequestorPriorAuthenticationInfo.ThreeDSReqPriorAuthMethodEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDSRequestorPriorAuthenticationInfo.ThreeDSReqPriorAuthMethodEnum Modifier and Type Method Description static ThreeDSRequestorPriorAuthenticationInfo.ThreeDSReqPriorAuthMethodEnumThreeDSRequestorPriorAuthenticationInfo.ThreeDSReqPriorAuthMethodEnum. fromValue(String value)ThreeDSRequestorPriorAuthenticationInfo.ThreeDSReqPriorAuthMethodEnumThreeDSRequestorPriorAuthenticationInfo. getThreeDSReqPriorAuthMethod()Mechanism used by the Cardholder to previously authenticate to the 3DS Requestor.static ThreeDSRequestorPriorAuthenticationInfo.ThreeDSReqPriorAuthMethodEnumThreeDSRequestorPriorAuthenticationInfo.ThreeDSReqPriorAuthMethodEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDSRequestorPriorAuthenticationInfo.ThreeDSReqPriorAuthMethodEnum[]ThreeDSRequestorPriorAuthenticationInfo.ThreeDSReqPriorAuthMethodEnum. 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 ThreeDSRequestorPriorAuthenticationInfo.ThreeDSReqPriorAuthMethodEnum Modifier and Type Method Description voidThreeDSRequestorPriorAuthenticationInfo. setThreeDSReqPriorAuthMethod(ThreeDSRequestorPriorAuthenticationInfo.ThreeDSReqPriorAuthMethodEnum threeDSReqPriorAuthMethod)Mechanism used by the Cardholder to previously authenticate to the 3DS Requestor.ThreeDSRequestorPriorAuthenticationInfoThreeDSRequestorPriorAuthenticationInfo. threeDSReqPriorAuthMethod(ThreeDSRequestorPriorAuthenticationInfo.ThreeDSReqPriorAuthMethodEnum threeDSReqPriorAuthMethod)Mechanism used by the Cardholder to previously authenticate to the 3DS Requestor.
-