Record

address

No description available.

record address {
  address-book: option​<address-book>,
  administrative-area: option​<administrative-area>,
  borough: option​<borough>,
  business-name: option​<business-name>,
  country-code: option​<country-code>,
  created-at: option​<string>,
  customer-reference: option​<customer-reference>,
  extended-address: option​<extended-address>,
  first-name: option​<first-name>,
  id: option​<string>,
  last-name: option​<last-name>,
  locality: option​<locality>,
  neighborhood: option​<neighborhood>,
  phone-number: option​<phone-number>,
  postal-code: option​<postal-code>,
  record-type: option​<string>,
  street-address: option​<street-address>,
  updated-at: option​<string>,
  validate-address: option​<validate-address>,
}

Fields

NameTypeDescription
address-bookoption​<address-book>
administrative-areaoption​<administrative-area>
boroughoption​<borough>
business-nameoption​<business-name>
country-codeoption​<country-code>
created-atoption​<string>
customer-referenceoption​<customer-reference>
extended-addressoption​<extended-address>
first-nameoption​<first-name>
idoption​<string>
last-nameoption​<last-name>
localityoption​<locality>
neighborhoodoption​<neighborhood>
phone-numberoption​<phone-number>
postal-codeoption​<postal-code>
record-typeoption​<string>
street-addressoption​<street-address>
updated-atoption​<string>
validate-addressoption​<validate-address>