Cancellation type

The policy override for the subscription indicates whether the self-serve cancellation or seat reduction is allowed.
KnownCancellation can be used interchangeably with Cancellation, this enum contains the known values that the service supports.

Known values supported by the service

NotAllowed: NotAllowed
Allowed: Allowed

type Cancellation = string