BexioApiClient.Others.Country (bexio_api_client v0.7.0)

Bexio Country Module.

Link to this section Summary

Types

t()

Bexio Country.

Link to this section Types

@type t() :: %BexioApiClient.Others.Country{
  id: integer(),
  iso_3166_alpha2: String.t(),
  name: String.t(),
  name_short: String.t()
}

Bexio Country.