Uses of Enum
model.UpdatePaymentInstrumentRequest.TypeEnum
Packages that use UpdatePaymentInstrumentRequest.TypeEnum
-
Uses of UpdatePaymentInstrumentRequest.TypeEnum in model
Methods in model that return UpdatePaymentInstrumentRequest.TypeEnumModifier and TypeMethodDescriptionUpdatePaymentInstrumentRequest.getType()Type of `Payment Instrument`.UpdatePaymentInstrumentRequest.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.UpdatePaymentInstrumentRequest.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 UpdatePaymentInstrumentRequest.TypeEnumModifier and TypeMethodDescriptionvoidUpdatePaymentInstrumentRequest.setType(UpdatePaymentInstrumentRequest.TypeEnum type) UpdatePaymentInstrumentRequest.type(UpdatePaymentInstrumentRequest.TypeEnum type) voidUpdatePaymentInstrumentRequest.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, UpdatePaymentInstrumentRequest.TypeEnum enumeration)