Uses of Class
com.adyen.model.acswebhooks.AuthenticationInfo.ExemptionIndicatorEnum
-
Packages that use AuthenticationInfo.ExemptionIndicatorEnum Package Description com.adyen.model.acswebhooks -
-
Uses of AuthenticationInfo.ExemptionIndicatorEnum in com.adyen.model.acswebhooks
Methods in com.adyen.model.acswebhooks that return AuthenticationInfo.ExemptionIndicatorEnum Modifier and Type Method Description static AuthenticationInfo.ExemptionIndicatorEnumAuthenticationInfo.ExemptionIndicatorEnum. fromValue(String value)AuthenticationInfo.ExemptionIndicatorEnumAuthenticationInfo. getExemptionIndicator()Indicates the exemption type that was applied to the authentication by the issuer, if exemption applied.static AuthenticationInfo.ExemptionIndicatorEnumAuthenticationInfo.ExemptionIndicatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationInfo.ExemptionIndicatorEnum[]AuthenticationInfo.ExemptionIndicatorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.acswebhooks with parameters of type AuthenticationInfo.ExemptionIndicatorEnum Modifier and Type Method Description AuthenticationInfoAuthenticationInfo. exemptionIndicator(AuthenticationInfo.ExemptionIndicatorEnum exemptionIndicator)Indicates the exemption type that was applied to the authentication by the issuer, if exemption applied.voidAuthenticationInfo. setExemptionIndicator(AuthenticationInfo.ExemptionIndicatorEnum exemptionIndicator)Indicates the exemption type that was applied to the authentication by the issuer, if exemption applied.
-