Address
Address information for a customer or entity.
type Address {
city: String
country: Country
houseNumber: String
poBox: String
street: String
streetAppendix: String
zip: String
}
Fields
Address.city ● String scalar
Name of the city or town. Example: "Berlin"
Address.country ● Country scalar
Two-letter ISO country code. Example: "DE" for Germany
Address.houseNumber ● String scalar
House or building number, including any suffix. Example: "123a"
Address.poBox ● String scalar
Post office box number, if applicable. Example: "PO Box 12345"
Address.street ● String scalar
Street name without house number. Example: "Hauptstrasse"
Address.streetAppendix ● String scalar
Additional address information like building name, floor number, etc. Example: "Building A, Floor 3"
Address.zip ● String scalar
Postal code or ZIP code. Example: "10115" for Berlin
Member Of
CorporateEntityCustomer object ● CustomerInterface interface ● IndividualPersonCustomer object