OpenXchangeClient.Model.ItemData (open_xchange_client v0.10.1)

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.ItemData{
  category: String.t() | nil,
  category_id: integer() | nil,
  country: String.t() | nil,
  icon: String.t() | nil,
  item_id: integer() | nil,
  name: String.t() | nil
}