SessionFlowData class final

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.

Constructors

SessionFlowData({SessionAfterCompletion? afterCompletion, SessionSubscriptionCancel? subscriptionCancel, PortalFlowsFlowSubscriptionUpdate? subscriptionUpdate, SessionSubscriptionUpdateConfirm? subscriptionUpdateConfirm, required BillingPortalSessionFlowType type})
flow_data_param
const
SessionFlowData.fromJson(Object? json)
factory

Properties

afterCompletion → SessionAfterCompletion?
flow_data_after_completion_param
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
subscriptionCancel → SessionSubscriptionCancel?
flow_data_subscription_cancel_param
final
subscriptionUpdate → PortalFlowsFlowSubscriptionUpdate?
final
subscriptionUpdateConfirm → SessionSubscriptionUpdateConfirm?
flow_data_subscription_update_confirm_param
final
type → BillingPortalSessionFlowType
final

Methods

encodeWith<V>(Encoder<V> encoder) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, Object?>
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

encode<V>(SessionFlowData instance, Encoder<V> encoder) → V