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.PayAtTable.AuthenticationMethodEnumPayAtTable.AuthenticationMethodEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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)voidPayAtTable. setAuthenticationMethod(PayAtTable.AuthenticationMethodEnum authenticationMethod)voidPayAtTable.AuthenticationMethodEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PayAtTable.AuthenticationMethodEnum enumeration)
-