Uses of Class
model.CardPresentInstrumentForm.AvailableAccountTypeEnum
-
Packages that use CardPresentInstrumentForm.AvailableAccountTypeEnum Package Description model -
-
Uses of CardPresentInstrumentForm.AvailableAccountTypeEnum in model
Methods in model that return CardPresentInstrumentForm.AvailableAccountTypeEnum Modifier and Type Method Description static CardPresentInstrumentForm.AvailableAccountTypeEnumCardPresentInstrumentForm.AvailableAccountTypeEnum. fromValue(String value)CardPresentInstrumentForm.AvailableAccountTypeEnumCardPresentInstrumentForm. getAvailableAccountType()Get availableAccountTypeCardPresentInstrumentForm.AvailableAccountTypeEnumCardPresentInstrumentForm.AvailableAccountTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CardPresentInstrumentForm.AvailableAccountTypeEnumCardPresentInstrumentForm.AvailableAccountTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CardPresentInstrumentForm.AvailableAccountTypeEnum[]CardPresentInstrumentForm.AvailableAccountTypeEnum. 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.AvailableAccountTypeEnum Modifier and Type Method Description CardPresentInstrumentFormCardPresentInstrumentForm. availableAccountType(CardPresentInstrumentForm.AvailableAccountTypeEnum availableAccountType)voidCardPresentInstrumentForm. setAvailableAccountType(CardPresentInstrumentForm.AvailableAccountTypeEnum availableAccountType)voidCardPresentInstrumentForm.AvailableAccountTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CardPresentInstrumentForm.AvailableAccountTypeEnum enumeration)
-