Uses of Class
com.adyen.model.ThreeDS2RequestData.ChallengeIndicatorEnum
-
Packages that use ThreeDS2RequestData.ChallengeIndicatorEnum Package Description com.adyen.model -
-
Uses of ThreeDS2RequestData.ChallengeIndicatorEnum in com.adyen.model
Methods in com.adyen.model that return ThreeDS2RequestData.ChallengeIndicatorEnum Modifier and Type Method Description static ThreeDS2RequestData.ChallengeIndicatorEnumThreeDS2RequestData.ChallengeIndicatorEnum. fromValue(String input)ThreeDS2RequestData.ChallengeIndicatorEnumThreeDS2RequestData. getChallengeIndicator()Possibility to specify a preference for receiving a challenge from the issuer.ThreeDS2RequestData.ChallengeIndicatorEnumThreeDS2RequestData.ChallengeIndicatorEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ThreeDS2RequestData.ChallengeIndicatorEnumThreeDS2RequestData.ChallengeIndicatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDS2RequestData.ChallengeIndicatorEnum[]ThreeDS2RequestData.ChallengeIndicatorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model with parameters of type ThreeDS2RequestData.ChallengeIndicatorEnum Modifier and Type Method Description ThreeDS2RequestDataThreeDS2RequestData. challengeIndicator(ThreeDS2RequestData.ChallengeIndicatorEnum challengeIndicator)voidThreeDS2RequestData. setChallengeIndicator(ThreeDS2RequestData.ChallengeIndicatorEnum challengeIndicator)voidThreeDS2RequestData.ChallengeIndicatorEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ThreeDS2RequestData.ChallengeIndicatorEnum enumeration)
-