Uses of Class
model.Transfer.SubtypeEnum
-
Packages that use Transfer.SubtypeEnum Package Description model -
-
Uses of Transfer.SubtypeEnum in model
Methods in model that return Transfer.SubtypeEnum Modifier and Type Method Description static Transfer.SubtypeEnumTransfer.SubtypeEnum. fromValue(String value)Transfer.SubtypeEnumTransfer. getSubtype()Additional information describing the `payment_type`.Transfer.SubtypeEnumTransfer.SubtypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Transfer.SubtypeEnumTransfer.SubtypeEnum. valueOf(String name)Returns 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.SubtypeEnum Modifier and Type Method Description voidTransfer. setSubtype(Transfer.SubtypeEnum subtype)TransferTransfer. subtype(Transfer.SubtypeEnum subtype)voidTransfer.SubtypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Transfer.SubtypeEnum enumeration)
-