Uses of Enum
model.CreateTransferRequest.InputMethodEnum
Packages that use CreateTransferRequest.InputMethodEnum
-
Uses of CreateTransferRequest.InputMethodEnum in model
Methods in model that return CreateTransferRequest.InputMethodEnumModifier and TypeMethodDescriptionCreateTransferRequest.getInputMethod()Details how the card details were entered.CreateTransferRequest.InputMethodEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.CreateTransferRequest.InputMethodEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type CreateTransferRequest.InputMethodEnumModifier and TypeMethodDescriptionCreateTransferRequest.inputMethod(CreateTransferRequest.InputMethodEnum inputMethod) voidCreateTransferRequest.setInputMethod(CreateTransferRequest.InputMethodEnum inputMethod) voidCreateTransferRequest.InputMethodEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, CreateTransferRequest.InputMethodEnum enumeration)