Objects

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.
{
  "method": "ACTIVE",
  "type": "TRADE_UNION_MEMBERSHIP"
}