Uses of Enum
model.PaymentInstrumentToken.InstrumentTypeEnum
Packages that use PaymentInstrumentToken.InstrumentTypeEnum
-
Uses of PaymentInstrumentToken.InstrumentTypeEnum in model
Methods in model that return PaymentInstrumentToken.InstrumentTypeEnumModifier and TypeMethodDescriptionPaymentInstrumentToken.getInstrumentType()Get instrumentTypePaymentInstrumentToken.InstrumentTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.PaymentInstrumentToken.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 PaymentInstrumentToken.InstrumentTypeEnumModifier and TypeMethodDescriptionPaymentInstrumentToken.instrumentType(PaymentInstrumentToken.InstrumentTypeEnum instrumentType) voidPaymentInstrumentToken.setInstrumentType(PaymentInstrumentToken.InstrumentTypeEnum instrumentType) voidPaymentInstrumentToken.InstrumentTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, PaymentInstrumentToken.InstrumentTypeEnum enumeration)