ConsentDecision
data class ConsentDecision(val decisionType: ConsentDecision.DecisionType, val purposes: Set<String>)
Describes a decision by the user as to their chosen consent preferences. This is expected to be provided by a Consent Management Provider.
Parameters
decisionType
What type of decision this is.
purposes
The purposes that have been consented to