FinancialConnectionsSession class final

BankConnectionsResourceLinkAccountSession

A Financial Connections Session is the secure way to programmatically launch the client-side Stripe.js modal that lets your users link their accounts.

Implemented types

Constructors

FinancialConnectionsSession({BankConnectionsResourceAccountholder? accountHolder, required FinancialConnectionsSessionAccounts accounts, required String clientSecret, BankConnectionsResourceLinkAccountSessionFilters? filters, required String id, required bool livemode, required List<FinancialConnectionsAccountPermissionsItem> permissions, List<FinancialConnectionsSessionPrefetchItem>? prefetch, String? returnUrl})
BankConnectionsResourceLinkAccountSession
const
FinancialConnectionsSession.fromJson(Object? json)
factory

Properties

accountHolder → BankConnectionsResourceAccountholder?
final
accounts → FinancialConnectionsSessionAccounts
BankConnectionsResourceLinkedAccountList
final
clientSecret → String
final
filters → BankConnectionsResourceLinkAccountSessionFilters?
final
hashCode → int
The hash code for this object.
no setterinherited
id → String
final
livemode → bool
final
object → String
The resource's type.
final
permissions → List<FinancialConnectionsAccountPermissionsItem>
final
prefetch → List<FinancialConnectionsSessionPrefetchItem>?
final
returnUrl → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

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