Alokai

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