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