Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

Consent

Representation of a Consent Consent

export interface Consent {
	'code'?: string;
	'consentGivenDate'?: string;
	'consentWithdrawnDate'?: string;
}

Properties

NameRequiredTypeDescription
codeOptionalstringCode of consent {string} Consent
consentGivenDateOptionalstringDate of consenting {string} Consent
consentWithdrawnDateOptionalstringConsent withdrawn date {string} Consent

On this page