gdpr_consents Type

object (Details)

gdpr_consents Properties

Property Type Required Nullable Defined by
provider object Optional cannot be null JsonLead
created_at string Optional cannot be null JsonLead
marketing boolean Optional cannot be null JsonLead
profiling boolean Optional cannot be null JsonLead
third_party boolean Optional cannot be null JsonLead

provider

provider

provider Type

object (GDPR Provider)

created_at

The creation date of the consent. Should follow ISO 8601 (2024-02-06T15:26:17.683Z)

created_at

created_at Type

string

created_at Constraints

date time: the string must be a date time string, according to RFC 3339, section 5.6

marketing

Whether or not the customer has given consent to receive marketing communications

marketing

marketing Type

boolean

profiling

Whether or not the customer has given consent to use his or her data for profiling

profiling

profiling Type

boolean

third_party

Whether or not the customer has given consent to send his data to third party companies

third_party

third_party Type

boolean