Objects

QuotationCustomerType

Type containing quotation customer information

Type containing quotation customer information

type QuotationCustomerType {
  customerId: String
  internalCustomerId: Int
  firstName: String
  lastName: String
  phone: String
  approvedAt: DateTimeOffset
  rejectedAt: DateTimeOffset
  snapshotAt: DateTimeOffset
}

Fields

customerId ● String scalar

The customer identifier

internalCustomerId ● Int scalar

The internal customer identifier

firstName ● String scalar

The customer's first name

lastName ● String scalar

The customer's last name

phone ● String scalar

The customer's phone number

approvedAt ● DateTimeOffset scalar

The date and time when the customer approved the quotation

rejectedAt ● DateTimeOffset scalar

The date and time when the customer rejected the quotation

snapshotAt ● DateTimeOffset scalar

The date and time when the customer data was captured

Member Of

CartQuotationType object