ConsentTemplate
Representation of a Consent Template ConsentTemplate
export interface ConsentTemplate {
'currentConsent'?: Consent;
'description'?: string;
'id'?: string;
'name'?: string;
'version'?: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
currentConsent | Optional | Consent | {Consent} ConsentTemplate |
description | Optional | string | Consent template description {string} ConsentTemplate |
id | Optional | string | Consent template identifier {string} ConsentTemplate |
name | Optional | string | Consent template name {string} ConsentTemplate |
version | Optional | number | Consent template version {number} ConsentTemplate |