Uses of Class
com.adyen.model.checkout.ThreeDS2RequestData2.ChallengeIndicatorEnum
-
Packages that use ThreeDS2RequestData2.ChallengeIndicatorEnum Package Description com.adyen.model.checkout -
-
Uses of ThreeDS2RequestData2.ChallengeIndicatorEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDS2RequestData2.ChallengeIndicatorEnum Modifier and Type Method Description static ThreeDS2RequestData2.ChallengeIndicatorEnumThreeDS2RequestData2.ChallengeIndicatorEnum. fromValue(String value)ThreeDS2RequestData2.ChallengeIndicatorEnumThreeDS2RequestData2. getChallengeIndicator()Deprecated.static ThreeDS2RequestData2.ChallengeIndicatorEnumThreeDS2RequestData2.ChallengeIndicatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDS2RequestData2.ChallengeIndicatorEnum[]ThreeDS2RequestData2.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 ThreeDS2RequestData2.ChallengeIndicatorEnum Modifier and Type Method Description ThreeDS2RequestData2ThreeDS2RequestData2. challengeIndicator(ThreeDS2RequestData2.ChallengeIndicatorEnum challengeIndicator)voidThreeDS2RequestData2. setChallengeIndicator(ThreeDS2RequestData2.ChallengeIndicatorEnum challengeIndicator)Deprecated.
-