Skip to main content

BuyerListOptout Object

Description

Opt-out information for a buyer list membership.

Declaration

type BuyerListOptout {
status: Boolean
date: Date
reason: String
}

Fields

NameTypeDescription
statusBooleanWhether the user has opted out.
dateDateDate when the opt-out occurred.
reasonStringReason for opting out.