Skip to main content

BuyerList Object

Description

Buyer's membership in a customer list.

Declaration

type BuyerList {
_id: ID!
ref: ID!
added: Date
lastModified: Date
optout: BuyerListOptout
}

Fields

NameTypeDescription
_idID!Internal database identifier.
refID!Reference to the list.
addedDateDate when the buyer was added to the list.
lastModifiedDateDate when the list membership was last modified.
optoutBuyerListOptoutOpt-out information if the buyer has opted out.