BuyerList Object
Description
Buyer's membership in a customer list.
Declaration
type BuyerList {
_id: ID!
ref: ID!
added: Date
lastModified: Date
optout: BuyerListOptout
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
ref | ID! | Reference to the list. |
added | Date | Date when the buyer was added to the list. |
lastModified | Date | Date when the list membership was last modified. |
optout | BuyerListOptout | Opt-out information if the buyer has opted out. |