Uses of Enum
model.Transfer.SubtypeEnum
Packages that use Transfer.SubtypeEnum
-
Uses of Transfer.SubtypeEnum in model
Methods in model that return Transfer.SubtypeEnumModifier and TypeMethodDescriptionstatic Transfer.SubtypeEnumTransfer.getSubtype()Additional information describing the `payment_type`.Transfer.SubtypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static Transfer.SubtypeEnumReturns the enum constant of this type with the specified name.static Transfer.SubtypeEnum[]Transfer.SubtypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type Transfer.SubtypeEnumModifier and TypeMethodDescriptionvoidTransfer.setSubtype(Transfer.SubtypeEnum subtype) Transfer.subtype(Transfer.SubtypeEnum subtype) voidTransfer.SubtypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, Transfer.SubtypeEnum enumeration)