Uses of Class
com.adyen.model.checkout.ThreeDS2Result.ChallengeIndicatorEnum
-
Packages that use ThreeDS2Result.ChallengeIndicatorEnum Package Description com.adyen.model.checkout -
-
Uses of ThreeDS2Result.ChallengeIndicatorEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDS2Result.ChallengeIndicatorEnum Modifier and Type Method Description static ThreeDS2Result.ChallengeIndicatorEnumThreeDS2Result.ChallengeIndicatorEnum. fromValue(String value)ThreeDS2Result.ChallengeIndicatorEnumThreeDS2Result. getChallengeIndicator()Specifies a preference for receiving a challenge from the issuer.ThreeDS2Result.ChallengeIndicatorEnumThreeDS2Result.ChallengeIndicatorEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ThreeDS2Result.ChallengeIndicatorEnumThreeDS2Result.ChallengeIndicatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDS2Result.ChallengeIndicatorEnum[]ThreeDS2Result.ChallengeIndicatorEnum. 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 ThreeDS2Result.ChallengeIndicatorEnum Modifier and Type Method Description ThreeDS2ResultThreeDS2Result. challengeIndicator(ThreeDS2Result.ChallengeIndicatorEnum challengeIndicator)voidThreeDS2Result. setChallengeIndicator(ThreeDS2Result.ChallengeIndicatorEnum challengeIndicator)voidThreeDS2Result.ChallengeIndicatorEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ThreeDS2Result.ChallengeIndicatorEnum enumeration)
-