Objects

QuotationCompanyType

Type containing quotation company information

Type containing quotation company information

type QuotationCompanyType {
  companyId: String
  name: String
  vatNumber: String
  snapshotAt: DateTimeOffset
}

Fields

companyId ● String scalar

The company identifier

name ● String scalar

The company name

vatNumber ● String scalar

The company VAT number

snapshotAt ● DateTimeOffset scalar

The date and time when the company data was captured

Member Of

CartQuotationType object