Objects

QuotationOwnerType

Type containing quotation owner information

Type containing quotation owner information

type QuotationOwnerType {
  ownerId: String
  firstName: String
  lastName: String
  phone: String
  snapshotAt: DateTimeOffset
}

Fields

ownerId ● String scalar

The owner identifier

firstName ● String scalar

The owner's first name

lastName ● String scalar

The owner's last name

phone ● String scalar

The owner's phone number

snapshotAt ● DateTimeOffset scalar

The date and time when the owner data was captured

Member Of

CartQuotationType object