Objects

CompanyBuyerType

Type containing buyer information

Type containing buyer information

type CompanyBuyerType {
  id: String!
  firstName: String
  lastName: String
  phone: String
  companyId: String
  active: Boolean!
  restrictToDedicatedPriceLists: Boolean!
}

Fields

id ● String! non-null scalar required

The unique identifier for the buyer

firstName ● String scalar

The first name

lastName ● String scalar

The last name

phone ● String scalar

The phone number

companyId ● String scalar

The id of the company that the buyer belongs to

active ● Boolean! non-null scalar required

Whether the buyer is active

restrictToDedicatedPriceLists ● Boolean! non-null scalar required

Whether the buyer is restricted to dedicated price lists

Member Of

CompanyType object