AddressDataInput
(INPUT_OBJECT)
link GraphQL Schema definition
- input AddressDataInput {
- # 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
- CountryCodeAlpha2 :
- }