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