Uses of Class
com.adyen.model.checkout.ThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnum
-
Packages that use ThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnum Package Description com.adyen.model.checkout -
-
Uses of ThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnum Modifier and Type Method Description static ThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnumThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnum. fromValue(String value)ThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnumThreeDSRequestorAuthenticationInfo. getThreeDSReqAuthMethod()Mechanism used by the Cardholder to authenticate to the 3DS Requestor.static ThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnumThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnum[]ThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnum. 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 ThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnum Modifier and Type Method Description voidThreeDSRequestorAuthenticationInfo. setThreeDSReqAuthMethod(ThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnum threeDSReqAuthMethod)Mechanism used by the Cardholder to authenticate to the 3DS Requestor.ThreeDSRequestorAuthenticationInfoThreeDSRequestorAuthenticationInfo. threeDSReqAuthMethod(ThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnum threeDSReqAuthMethod)
-