AddressData
(OBJECT)
Address data snapshot. Static address data. It may be a snapshot of system-registered Address or ad-hoc address filled into an order by a customer.
link GraphQL Schema definition
- type AddressData implements IAddressPoint {
- # company's name incl. legal form
- String :
- # person's name
- String :
- # person's surname
- String :
- # street name
- String :
- # building ID (descriptive number)
- String :
- # street number (orientation number)
- String :
- # name of city/town/municipality
- String :
- # zip code
- String :
- # state
- String :
- # country
- String :
- # contact e-mail
- Email :
- # contact phone
- Phone :
- }