ContactOptout Object
Description
Opt-out information for a contact list membership.
Declaration
type ContactOptout {
status: Boolean
date: Date
reason: String
}
Fields
| Name | Type | Description |
|---|---|---|
status | Boolean | Whether the contact has opted out. |
date | Date | Date when the opt-out occurred. |
reason | String | Reason for opting out. |