Uses of Class
model.PaymentInstrument.InstrumentTypeEnum
-
Packages that use PaymentInstrument.InstrumentTypeEnum Package Description model -
-
Uses of PaymentInstrument.InstrumentTypeEnum in model
Methods in model that return PaymentInstrument.InstrumentTypeEnum Modifier and Type Method Description static PaymentInstrument.InstrumentTypeEnumPaymentInstrument.InstrumentTypeEnum. fromValue(String value)PaymentInstrument.InstrumentTypeEnumPaymentInstrument. getInstrumentType()The type of `Payment Instrument`.PaymentInstrument.InstrumentTypeEnumPaymentInstrument.InstrumentTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PaymentInstrument.InstrumentTypeEnumPaymentInstrument.InstrumentTypeEnum. valueOf(String name)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.InstrumentTypeEnum Modifier and Type Method Description PaymentInstrumentPaymentInstrument. instrumentType(PaymentInstrument.InstrumentTypeEnum instrumentType)voidPaymentInstrument. setInstrumentType(PaymentInstrument.InstrumentTypeEnum instrumentType)voidPaymentInstrument.InstrumentTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PaymentInstrument.InstrumentTypeEnum enumeration)
-