TypeAlias.ConsentDecision
type ConsentDecision = {
consent: boolean | null;
};
A customer's current marketing-consent decision for one application, as read/written through the self-service consent endpoint. Tri-state: true = consented, false = refused, null = no decision yet or withdrawn.
Type Declaration
| Name | Type |
|---|---|
consent | boolean |