ConfigurationCancellationReason constructor
const
ConfigurationCancellationReason({
- required bool enabled,
- List<
PortalSubscriptionCancellationReasonOptionsItem> ? options,
subscription_cancellation_reason_creation_param
Whether the cancellation reasons will be collected in the portal and which options are exposed to the customer
Implementation
const ConfigurationCancellationReason({
required this.enabled,
this.options,
});