Uses of Enum
model.CreatePaymentInstrumentRequest.TypeEnum
Packages that use CreatePaymentInstrumentRequest.TypeEnum
-
Uses of CreatePaymentInstrumentRequest.TypeEnum in model
Methods in model that return CreatePaymentInstrumentRequest.TypeEnumModifier and TypeMethodDescriptionCreatePaymentInstrumentRequest.getType()Type of `Payment Instrument`.CreatePaymentInstrumentRequest.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.CreatePaymentInstrumentRequest.TypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type CreatePaymentInstrumentRequest.TypeEnumModifier and TypeMethodDescriptionvoidCreatePaymentInstrumentRequest.setType(CreatePaymentInstrumentRequest.TypeEnum type) CreatePaymentInstrumentRequest.type(CreatePaymentInstrumentRequest.TypeEnum type) voidCreatePaymentInstrumentRequest.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, CreatePaymentInstrumentRequest.TypeEnum enumeration)