ExVcom.Model.Address (ex_vcom v0.1.1)

Link to this section Summary

Link to this section Types

@type t() :: %ExVcom.Model.Address{
  city: String.t() | nil,
  country: String.t() | nil,
  postalCode: String.t() | nil,
  street: String.t() | nil
}