SupplierBillingDetails
Defines the billing details for a supplier.
type SupplierBillingDetails {
companyNumber: String
companyTaxNumber: String
directLine: String
email: EmailAddress
fax: String
firstName: String
internalReference: String
lastName: String
mobile: String
organization: String
phone: String
title: String
website: String
}
Fields
SupplierBillingDetails.companyNumber ● String scalar
A UTF-8 string that represents the company number for the hotel. Optional.
SupplierBillingDetails.companyTaxNumber ● String scalar
A UTF-8 string that represents the company tax number for the hotel. Optional.
SupplierBillingDetails.directLine ● String scalar
A UTF-8 string that represents the billing contact's direct line phone number. Optional.
SupplierBillingDetails.email ● EmailAddress scalar
The email address of the billing contact. Optional.
SupplierBillingDetails.fax ● String scalar
A UTF-8 string that represents the billing contact's fax number. Optional.
SupplierBillingDetails.firstName ● String scalar
A UTF-8 string that represents the first name of the billing contact. Optional.
SupplierBillingDetails.internalReference ● String scalar
A UTF-8 string that represents the internal reference for the hotel. Optional.
SupplierBillingDetails.lastName ● String scalar
A UTF-8 string that represents the last name of the billing contact. Optional.
SupplierBillingDetails.mobile ● String scalar
A UTF-8 string that represents the billing contact's mobile number. Optional.
SupplierBillingDetails.organization ● String scalar
A UTF-8 string that represents the organization of the billing contact. Optional.
SupplierBillingDetails.phone ● String scalar
A UTF-8 string that represents the billing contact's phone number. Optional.
SupplierBillingDetails.title ● String scalar
A UTF-8 string that represents the title of the billing contact's name such as Dr/Mrs/Mr. Optional.
SupplierBillingDetails.website ● String scalar
A UTF-8 string that represents the website of the billing contact. Optional.
Member Of
Supplier object