Record

vias-address

No description available.

record vias-address {
  city: option​<string>,
  country: string,
  house-number-or-name: option​<string>,
  postal-code: option​<string>,
  state-or-province: option​<string>,
  street: option​<string>,
}

Fields

NameTypeDescription
cityoption​<string>
countrystring
house-number-or-nameoption​<string>
postal-codeoption​<string>
state-or-provinceoption​<string>
streetoption​<string>