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