Consent
Representation of a Consent Consent
export interface Consent {
'code'?: string;
'consentGivenDate'?: string;
'consentWithdrawnDate'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
code | Optional | string | Code of consent {string} Consent |
consentGivenDate | Optional | string | Date of consenting {string} Consent |
consentWithdrawnDate | Optional | string | Consent withdrawn date {string} Consent |