Objects

This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.

ConsentRequirement

The requirement for collect a specific consent.

methodstring

What method to use to collect the consent.

Possible Enum values are NONE, NOTICE or ACTIVE.
typestring

The consent type.

Possible Enum values are TRADE_UNION_MEMBERSHIP.
Example
{  "method": "ACTIVE",  "type": "TRADE_UNION_MEMBERSHIP"}