Uses of Class
com.adyen.model.tapi.PaymentResult.AuthenticationMethodEnum
-
Packages that use PaymentResult.AuthenticationMethodEnum Package Description com.adyen.model.tapi -
-
Uses of PaymentResult.AuthenticationMethodEnum in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return PaymentResult.AuthenticationMethodEnum Modifier and Type Method Description static PaymentResult.AuthenticationMethodEnumPaymentResult.AuthenticationMethodEnum. fromValue(String value)static PaymentResult.AuthenticationMethodEnumPaymentResult.AuthenticationMethodEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentResult.AuthenticationMethodEnum[]PaymentResult.AuthenticationMethodEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.tapi that return types with arguments of type PaymentResult.AuthenticationMethodEnum Modifier and Type Method Description List<PaymentResult.AuthenticationMethodEnum>PaymentResult. getAuthenticationMethod()Method for customer authentication.Methods in com.adyen.model.tapi with parameters of type PaymentResult.AuthenticationMethodEnum Modifier and Type Method Description PaymentResultPaymentResult. addAuthenticationMethodItem(PaymentResult.AuthenticationMethodEnum authenticationMethodItem)Method parameters in com.adyen.model.tapi with type arguments of type PaymentResult.AuthenticationMethodEnum Modifier and Type Method Description PaymentResultPaymentResult. authenticationMethod(List<PaymentResult.AuthenticationMethodEnum> authenticationMethod)Method for customer authentication.voidPaymentResult. setAuthenticationMethod(List<PaymentResult.AuthenticationMethodEnum> authenticationMethod)Method for customer authentication.
-