BillingPortalConfigurationUpdateOptionsFeaturesSubscriptionCancelCancellationReason constructor

const BillingPortalConfigurationUpdateOptionsFeaturesSubscriptionCancelCancellationReason({
  1. required bool enabled,
  2. List<PortalSubscriptionCancellationReasonOptionsItem>? options,
})

subscription_cancellation_reason_updating_param

Whether the cancellation reasons will be collected in the portal and which options are exposed to the customer

Implementation

const BillingPortalConfigurationUpdateOptionsFeaturesSubscriptionCancelCancellationReason({
  required this.enabled,
  this.options,
});