Uses of Class
com.adyen.model.management.PayAtTable.AuthenticationMethodEnum
-
Packages that use PayAtTable.AuthenticationMethodEnum Package Description com.adyen.model.management -
-
Uses of PayAtTable.AuthenticationMethodEnum in com.adyen.model.management
Methods in com.adyen.model.management that return PayAtTable.AuthenticationMethodEnum Modifier and Type Method Description static PayAtTable.AuthenticationMethodEnumPayAtTable.AuthenticationMethodEnum. fromValue(String value)PayAtTable.AuthenticationMethodEnumPayAtTable. getAuthenticationMethod()Allowed authentication methods: Magswipe, Manual Entry.static PayAtTable.AuthenticationMethodEnumPayAtTable.AuthenticationMethodEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PayAtTable.AuthenticationMethodEnum[]PayAtTable.AuthenticationMethodEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.management with parameters of type PayAtTable.AuthenticationMethodEnum Modifier and Type Method Description PayAtTablePayAtTable. authenticationMethod(PayAtTable.AuthenticationMethodEnum authenticationMethod)Allowed authentication methods: Magswipe, Manual Entry.voidPayAtTable. setAuthenticationMethod(PayAtTable.AuthenticationMethodEnum authenticationMethod)Allowed authentication methods: Magswipe, Manual Entry.
-