TenderAddress
Address information for tender billing and delivery purposes.
Contains complete address details including contact person information, physical location, and special handling instructions for both billing and shipping operations.
type TenderAddress {
company: String
gender: Gender
firstName: String
middleName: String
lastName: String
street: String!
number: String
numberExtension: String
postalCode: String!
city: String!
region: String
country: String!
code: String
email: String
mobile: String
phone: String
icp: YesNo
notes: String
}
Fields
TenderAddress.company
● String
scalar
Company or organization name at this address.
Used for business addresses where deliveries or correspondence should be directed to a specific company.
TenderAddress.gender
● Gender
enum
Gender of the contact person at this address.
Used for proper addressing and communication with the contact person.
TenderAddress.firstName
● String
scalar
First name of the contact person at this address.
Primary contact person for deliveries, correspondence, or address-related communications.
TenderAddress.middleName
● String
scalar
Middle name of the contact person at this address.
Additional name information for complete contact identification.
TenderAddress.lastName
● String
scalar
Last name of the contact person at this address.
Family name of the primary contact person for this address.
TenderAddress.street
● String!
non-null scalar
Street name and address line.
Primary street address information including street name and any additional address details.
TenderAddress.number
● String
scalar
House or building number.
Numeric identifier for the specific building or location on the street.
TenderAddress.numberExtension
● String
scalar
Additional number information such as apartment or unit number.
Secondary address identifiers like apartment numbers, suite numbers, or building extensions.
TenderAddress.postalCode
● String!
non-null scalar
Postal or ZIP code for the address.
Postal service code used for mail sorting and delivery routing.
TenderAddress.city
● String!
non-null scalar
City or municipality name.
The city, town, or municipality where this address is located.
TenderAddress.region
● String
scalar
State, province, or regional subdivision.
Administrative region within the country, such as state, province, or county.
TenderAddress.country
● String!
non-null scalar
Country code or country name.
ISO country code identifying the nation where this address is located, like "US", "NL".
TenderAddress.code
● String
scalar
Internal address code or reference identifier.
System-specific code used for internal address management and reference purposes.
TenderAddress.email
● String
scalar
Email address of the contact person at this address.
Electronic contact method for address-related communications and notifications.
TenderAddress.mobile
● String
scalar
Mobile phone number of the contact person.
Primary mobile contact number for urgent communications or delivery coordination.
TenderAddress.phone
● String
scalar
Landline phone number of the contact person.
Fixed-line telephone number for general communications and contact purposes.
TenderAddress.icp
● YesNo
enum
Intra-Community Purchase (ICP) tax exemption status.
Indicates whether this address qualifies for tax exemptions on intra-community purchases. When Yes, certain taxes may not apply for shipments to this address.
TenderAddress.notes
● String
scalar
Additional notes or special delivery instructions.
Free-form text for special handling requirements, delivery instructions, or other important address-related information.
Member Of
Tender
object