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