Uses of Enum
model.PaymentInstrument.CardTypeEnum
Packages that use PaymentInstrument.CardTypeEnum
-
Uses of PaymentInstrument.CardTypeEnum in model
Methods in model that return PaymentInstrument.CardTypeEnumModifier and TypeMethodDescriptionPaymentInstrument.getCardType()The type of card saved in the `Payment Instrument`.PaymentInstrument.CardTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.static PaymentInstrument.CardTypeEnum[]PaymentInstrument.CardTypeEnum.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.CardTypeEnumModifier and TypeMethodDescriptionPaymentInstrument.cardType(PaymentInstrument.CardTypeEnum cardType) voidPaymentInstrument.setCardType(PaymentInstrument.CardTypeEnum cardType) voidPaymentInstrument.CardTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, PaymentInstrument.CardTypeEnum enumeration)