Uses of Class
model.CardPresentInstrumentForm.TypeEnum
-
Packages that use CardPresentInstrumentForm.TypeEnum Package Description model -
-
Uses of CardPresentInstrumentForm.TypeEnum in model
Methods in model that return CardPresentInstrumentForm.TypeEnum Modifier and Type Method Description static CardPresentInstrumentForm.TypeEnumCardPresentInstrumentForm.TypeEnum. fromValue(String value)CardPresentInstrumentForm.TypeEnumCardPresentInstrumentForm. getType()The type of `Payment Instrument`.CardPresentInstrumentForm.TypeEnumCardPresentInstrumentForm.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CardPresentInstrumentForm.TypeEnumCardPresentInstrumentForm.TypeEnum. valueOf(String name)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.TypeEnum Modifier and Type Method Description voidCardPresentInstrumentForm. setType(CardPresentInstrumentForm.TypeEnum type)CardPresentInstrumentFormCardPresentInstrumentForm. type(CardPresentInstrumentForm.TypeEnum type)voidCardPresentInstrumentForm.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CardPresentInstrumentForm.TypeEnum enumeration)
-