Uses of Class
com.adyen.model.checkout.ThreeDS2RequestFields.ThreeDSRequestorChallengeIndEnum
-
Packages that use ThreeDS2RequestFields.ThreeDSRequestorChallengeIndEnum Package Description com.adyen.model.checkout -
-
Uses of ThreeDS2RequestFields.ThreeDSRequestorChallengeIndEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDS2RequestFields.ThreeDSRequestorChallengeIndEnum Modifier and Type Method Description static ThreeDS2RequestFields.ThreeDSRequestorChallengeIndEnumThreeDS2RequestFields.ThreeDSRequestorChallengeIndEnum. fromValue(String value)ThreeDS2RequestFields.ThreeDSRequestorChallengeIndEnumThreeDS2RequestFields. getThreeDSRequestorChallengeInd()Indicates whether a challenge is requested for this transaction.static ThreeDS2RequestFields.ThreeDSRequestorChallengeIndEnumThreeDS2RequestFields.ThreeDSRequestorChallengeIndEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDS2RequestFields.ThreeDSRequestorChallengeIndEnum[]ThreeDS2RequestFields.ThreeDSRequestorChallengeIndEnum. 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.ThreeDSRequestorChallengeIndEnum Modifier and Type Method Description voidThreeDS2RequestFields. setThreeDSRequestorChallengeInd(ThreeDS2RequestFields.ThreeDSRequestorChallengeIndEnum threeDSRequestorChallengeInd)Indicates whether a challenge is requested for this transaction.ThreeDS2RequestFieldsThreeDS2RequestFields. threeDSRequestorChallengeInd(ThreeDS2RequestFields.ThreeDSRequestorChallengeIndEnum threeDSRequestorChallengeInd)Indicates whether a challenge is requested for this transaction.
-