Uses of Enum
model.PaymentInstrument.InstrumentTypeEnum
Packages that use PaymentInstrument.InstrumentTypeEnum
-
Uses of PaymentInstrument.InstrumentTypeEnum in model
Methods in model that return PaymentInstrument.InstrumentTypeEnumModifier and TypeMethodDescriptionPaymentInstrument.getInstrumentType()The type of `Payment Instrument`.PaymentInstrument.InstrumentTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.static PaymentInstrument.InstrumentTypeEnum[]PaymentInstrument.InstrumentTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type PaymentInstrument.InstrumentTypeEnumModifier and TypeMethodDescriptionPaymentInstrument.instrumentType(PaymentInstrument.InstrumentTypeEnum instrumentType) voidPaymentInstrument.setInstrumentType(PaymentInstrument.InstrumentTypeEnum instrumentType) voidPaymentInstrument.InstrumentTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, PaymentInstrument.InstrumentTypeEnum enumeration)