Uses of Enum
model.PaymentInstrument.BrandEnum
Packages that use PaymentInstrument.BrandEnum
-
Uses of PaymentInstrument.BrandEnum in model
Methods in model that return PaymentInstrument.BrandEnumModifier and TypeMethodDescriptionstatic PaymentInstrument.BrandEnumPaymentInstrument.getBrand()The `brand` of the card saved in the `Payment Instrument`.PaymentInstrument.BrandEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static PaymentInstrument.BrandEnumReturns the enum constant of this type with the specified name.static PaymentInstrument.BrandEnum[]PaymentInstrument.BrandEnum.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.BrandEnumModifier and TypeMethodDescriptionPaymentInstrument.brand(PaymentInstrument.BrandEnum brand) voidPaymentInstrument.setBrand(PaymentInstrument.BrandEnum brand) voidPaymentInstrument.BrandEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, PaymentInstrument.BrandEnum enumeration)