Uses of Class
com.adyen.model.payment.ThreeDS2RequestData.ChallengeIndicatorEnum
-
Packages that use ThreeDS2RequestData.ChallengeIndicatorEnum Package Description com.adyen.model.payment -
-
Uses of ThreeDS2RequestData.ChallengeIndicatorEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return ThreeDS2RequestData.ChallengeIndicatorEnum Modifier and Type Method Description static ThreeDS2RequestData.ChallengeIndicatorEnumThreeDS2RequestData.ChallengeIndicatorEnum. fromValue(String value)ThreeDS2RequestData.ChallengeIndicatorEnumThreeDS2RequestData. getChallengeIndicator()Deprecated.since Adyen Payment API v68 Use `threeDSRequestorChallengeInd` instead.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.payment with parameters of type ThreeDS2RequestData.ChallengeIndicatorEnum Modifier and Type Method Description ThreeDS2RequestDataThreeDS2RequestData. challengeIndicator(ThreeDS2RequestData.ChallengeIndicatorEnum challengeIndicator)Deprecated.since Adyen Payment API v68 Use `threeDSRequestorChallengeInd` instead.voidThreeDS2RequestData. setChallengeIndicator(ThreeDS2RequestData.ChallengeIndicatorEnum challengeIndicator)Deprecated.since Adyen Payment API v68 Use `threeDSRequestorChallengeInd` instead.
-