Uses of Class
com.adyen.model.payments.ThreeDS2Result.ExemptionIndicatorEnum
-
Packages that use ThreeDS2Result.ExemptionIndicatorEnum Package Description com.adyen.model.payments -
-
Uses of ThreeDS2Result.ExemptionIndicatorEnum in com.adyen.model.payments
Methods in com.adyen.model.payments 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.ThreeDS2Result.ExemptionIndicatorEnumThreeDS2Result.ExemptionIndicatorEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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.payments with parameters of type ThreeDS2Result.ExemptionIndicatorEnum Modifier and Type Method Description ThreeDS2ResultThreeDS2Result. exemptionIndicator(ThreeDS2Result.ExemptionIndicatorEnum exemptionIndicator)voidThreeDS2Result. setExemptionIndicator(ThreeDS2Result.ExemptionIndicatorEnum exemptionIndicator)voidThreeDS2Result.ExemptionIndicatorEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ThreeDS2Result.ExemptionIndicatorEnum enumeration)
-