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