SessionFlowData constructor

const SessionFlowData({
  1. SessionAfterCompletion? afterCompletion,
  2. SessionSubscriptionCancel? subscriptionCancel,
  3. PortalFlowsFlowSubscriptionUpdate? subscriptionUpdate,
  4. SessionSubscriptionUpdateConfirm? subscriptionUpdateConfirm,
  5. required BillingPortalSessionFlowType type,
})

flow_data_param

Information about a specific flow for the customer to go through. See the [docs](https://stripe.com/docs/customer-management/portal-deep-links) to learn more about using customer portal deep links and flows.

Implementation

const SessionFlowData({
  this.afterCompletion,
  this.subscriptionCancel,
  this.subscriptionUpdate,
  this.subscriptionUpdateConfirm,
  required this.type,
});