RegulationResponseCreate.RegulationType
The category of regulatory disclosure being answered.
Declaration
string RegulationResponseCreate.RegulationTypePossible Values
CACDisclosure required under CAC regulation, at the campaign level.
CAMPAIGN_SAPIN_LAWDisclosure required under Sapin Law regulation, at the campaign level.
ORG_SAPIN_LAWDisclosure required under Sapin Law regulation, at the organization level.
Discussion
Choosing this value at creation fixes which responseValue options are valid for the response.
Example
{
"regulationType": "CAMPAIGN_SAPIN_LAW",
"responseValue": "AGENT"
}