Uses of Class
com.adyen.model.payment.ThreeDS2Result.ExemptionIndicatorEnum
-
Packages that use ThreeDS2Result.ExemptionIndicatorEnum Package Description com.adyen.model.payment -
-
Uses of ThreeDS2Result.ExemptionIndicatorEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return ThreeDS2Result.ExemptionIndicatorEnum Modifier and Type Method Description static ThreeDS2Result.ExemptionIndicatorEnumThreeDS2Result.ExemptionIndicatorEnum. fromValue(String value)ThreeDS2Result.ExemptionIndicatorEnumThreeDS2Result. getExemptionIndicator()Indicates the exemption type that was applied by the issuer to the authentication, if exemption applied.static ThreeDS2Result.ExemptionIndicatorEnumThreeDS2Result.ExemptionIndicatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDS2Result.ExemptionIndicatorEnum[]ThreeDS2Result.ExemptionIndicatorEnum. 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 ThreeDS2Result.ExemptionIndicatorEnum Modifier and Type Method Description ThreeDS2ResultThreeDS2Result. exemptionIndicator(ThreeDS2Result.ExemptionIndicatorEnum exemptionIndicator)Indicates the exemption type that was applied by the issuer to the authentication, if exemption applied.voidThreeDS2Result. setExemptionIndicator(ThreeDS2Result.ExemptionIndicatorEnum exemptionIndicator)Indicates the exemption type that was applied by the issuer to the authentication, if exemption applied.
-