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