Uses of Class
com.adyen.model.ThreeDSecureData.ChallengeCancelEnum
-
Packages that use ThreeDSecureData.ChallengeCancelEnum Package Description com.adyen.model -
-
Uses of ThreeDSecureData.ChallengeCancelEnum in com.adyen.model
Methods in com.adyen.model that return ThreeDSecureData.ChallengeCancelEnum Modifier and Type Method Description static ThreeDSecureData.ChallengeCancelEnumThreeDSecureData.ChallengeCancelEnum. fromValue(String input)ThreeDSecureData.ChallengeCancelEnumThreeDSecureData. getChallengeCancel()Indicator informing the Access Control Server (ACS) and the Directory Server (DS) that the authentication has been cancelled.ThreeDSecureData.ChallengeCancelEnumThreeDSecureData.ChallengeCancelEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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 with parameters of type ThreeDSecureData.ChallengeCancelEnum Modifier and Type Method Description ThreeDSecureDataThreeDSecureData. challengeCancel(ThreeDSecureData.ChallengeCancelEnum challengeCancel)voidThreeDSecureData. setChallengeCancel(ThreeDSecureData.ChallengeCancelEnum challengeCancel)voidThreeDSecureData.ChallengeCancelEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ThreeDSecureData.ChallengeCancelEnum enumeration)
-