ConfigurationCancellationReason constructor

const ConfigurationCancellationReason({
  1. required bool enabled,
  2. 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,
});