Uses of Class
com.adyen.model.acswebhooks.ChallengeInfo.ChallengeCancelEnum
-
Packages that use ChallengeInfo.ChallengeCancelEnum Package Description com.adyen.model.acswebhooks -
-
Uses of ChallengeInfo.ChallengeCancelEnum in com.adyen.model.acswebhooks
Methods in com.adyen.model.acswebhooks that return ChallengeInfo.ChallengeCancelEnum Modifier and Type Method Description static ChallengeInfo.ChallengeCancelEnumChallengeInfo.ChallengeCancelEnum. fromValue(String value)ChallengeInfo.ChallengeCancelEnumChallengeInfo. getChallengeCancel()Indicator informing the Access Control Server (ACS) and the Directory Server (DS) that the authentication has been cancelled.static ChallengeInfo.ChallengeCancelEnumChallengeInfo.ChallengeCancelEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ChallengeInfo.ChallengeCancelEnum[]ChallengeInfo.ChallengeCancelEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.acswebhooks with parameters of type ChallengeInfo.ChallengeCancelEnum Modifier and Type Method Description ChallengeInfoChallengeInfo. challengeCancel(ChallengeInfo.ChallengeCancelEnum challengeCancel)voidChallengeInfo. setChallengeCancel(ChallengeInfo.ChallengeCancelEnum challengeCancel)Indicator informing the Access Control Server (ACS) and the Directory Server (DS) that the authentication has been cancelled.
-