SessionFlowData constructor
const
SessionFlowData({
- SessionAfterCompletion? afterCompletion,
- SessionSubscriptionCancel? subscriptionCancel,
- PortalFlowsFlowSubscriptionUpdate? subscriptionUpdate,
- SessionSubscriptionUpdateConfirm? subscriptionUpdateConfirm,
- 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,
});