Uses of Enum
model.PaymentInstrument.TypeEnum
Packages that use PaymentInstrument.TypeEnum
-
Uses of PaymentInstrument.TypeEnum in model
Methods in model that return PaymentInstrument.TypeEnumModifier and TypeMethodDescriptionstatic PaymentInstrument.TypeEnumPaymentInstrument.getType()Type of `Payment Instrument`.PaymentInstrument.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static PaymentInstrument.TypeEnumReturns the enum constant of this type with the specified name.static PaymentInstrument.TypeEnum[]PaymentInstrument.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 PaymentInstrument.TypeEnumModifier and TypeMethodDescriptionvoidPaymentInstrument.setType(PaymentInstrument.TypeEnum type) PaymentInstrument.type(PaymentInstrument.TypeEnum type) voidPaymentInstrument.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, PaymentInstrument.TypeEnum enumeration)