OpenXchangeClient.Model.CountryData (open_xchange_client v0.10.1)

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.CountryData{
  country_id: integer() | nil,
  icon: String.t() | nil,
  icon_etag: String.t() | nil,
  iso_3166: String.t() | nil,
  name: String.t() | nil,
  name_translation: String.t() | nil,
  page_id: integer() | nil,
  translation_url: String.t() | nil
}