Companion enum for LegalBasis. Provided for callers who prefer
enum-based ergonomics (autocomplete, refactor-safety) over raw string
literals. The underlying values are identical to the LegalBasis
string literals, so either form may be used interchangeably.
Companion enum for LegalBasis. Provided for callers who prefer enum-based ergonomics (autocomplete, refactor-safety) over raw string literals. The underlying values are identical to the
LegalBasisstring literals, so either form may be used interchangeably.