Uses of Class
com.adyen.model.acswebhooks.AuthenticationInfo.ChallengeIndicatorEnum
-
Packages that use AuthenticationInfo.ChallengeIndicatorEnum Package Description com.adyen.model.acswebhooks -
-
Uses of AuthenticationInfo.ChallengeIndicatorEnum in com.adyen.model.acswebhooks
Methods in com.adyen.model.acswebhooks that return AuthenticationInfo.ChallengeIndicatorEnum Modifier and Type Method Description static AuthenticationInfo.ChallengeIndicatorEnumAuthenticationInfo.ChallengeIndicatorEnum. fromValue(String value)AuthenticationInfo.ChallengeIndicatorEnumAuthenticationInfo. getChallengeIndicator()Specifies a preference for receiving a challenge.static AuthenticationInfo.ChallengeIndicatorEnumAuthenticationInfo.ChallengeIndicatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationInfo.ChallengeIndicatorEnum[]AuthenticationInfo.ChallengeIndicatorEnum. 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 AuthenticationInfo.ChallengeIndicatorEnum Modifier and Type Method Description AuthenticationInfoAuthenticationInfo. challengeIndicator(AuthenticationInfo.ChallengeIndicatorEnum challengeIndicator)voidAuthenticationInfo. setChallengeIndicator(AuthenticationInfo.ChallengeIndicatorEnum challengeIndicator)Specifies a preference for receiving a challenge.
-