Uses of Class
com.adyen.model.payment.ThreeDS2Result.ChallengeCancelEnum
-
Packages that use ThreeDS2Result.ChallengeCancelEnum Package Description com.adyen.model.payment -
-
Uses of ThreeDS2Result.ChallengeCancelEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return ThreeDS2Result.ChallengeCancelEnum Modifier and Type Method Description static ThreeDS2Result.ChallengeCancelEnumThreeDS2Result.ChallengeCancelEnum. fromValue(String value)ThreeDS2Result.ChallengeCancelEnumThreeDS2Result. getChallengeCancel()Indicator informing the Access Control Server (ACS) and the Directory Server (DS) that the authentication has been cancelled.static ThreeDS2Result.ChallengeCancelEnumThreeDS2Result.ChallengeCancelEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDS2Result.ChallengeCancelEnum[]ThreeDS2Result.ChallengeCancelEnum. 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.ChallengeCancelEnum Modifier and Type Method Description ThreeDS2ResultThreeDS2Result. challengeCancel(ThreeDS2Result.ChallengeCancelEnum challengeCancel)voidThreeDS2Result. setChallengeCancel(ThreeDS2Result.ChallengeCancelEnum challengeCancel)Indicator informing the Access Control Server (ACS) and the Directory Server (DS) that the authentication has been cancelled.
-