CustomerAddressInput
Information about a physical address.
input CustomerAddressInput {
city: NonEmptyString!
country: Country!
houseNumber: NonEmptyString!
poBox: NonEmptyString
street: NonEmptyString!
streetAppendix: NonEmptyString
zip: NonEmptyString!
}
Fields
CustomerAddressInput.city ● NonEmptyString! non-null scalar
City in which the address is located.
CustomerAddressInput.country ● Country! non-null scalar
The ISO 3166 country code for the current address (ISO 3166 alpha-2/alpha-3 standards supported).
CustomerAddressInput.houseNumber ● NonEmptyString! non-null scalar
House number information.
CustomerAddressInput.poBox ● NonEmptyString scalar
Post box information.
CustomerAddressInput.street ● NonEmptyString! non-null scalar
Street information.
CustomerAddressInput.streetAppendix ● NonEmptyString scalar
Additional information related to the street/location.
CustomerAddressInput.zip ● NonEmptyString! non-null scalar
ZIP or postal code.
Member Of
UpdateCorporateEntityCustomerInput input ● UpdateIndividualCustomerInput input