FinancialConnectionsAccount class final
BankConnectionsResourceLinkedAccount
A Financial Connections Account represents an account that exists outside of Stripe, to which you have been granted some degree of access.
- Implemented types
Constructors
-
FinancialConnectionsAccount({BankConnectionsResourceAccountholder? accountHolder, BankConnectionsResourceBalance? balance, BankConnectionsResourceBalanceRefresh? balanceRefresh, required FinancialConnectionsAccountCategory category, required DateTime created, String? displayName, required String id, required String institutionName, String? last4, required bool livemode, FinancialConnectionsAccountOwnershipOrId? ownership, BankConnectionsResourceOwnershipRefresh? ownershipRefresh, List<
FinancialConnectionsAccountPermissionsItem> ? permissions, required FinancialConnectionsAccountStatus status, required FinancialConnectionsAccountSubcategory subcategory, List<String> ? subscriptions, required List<FinancialConnectionsAccountSupportedPaymentMethodTypesItem> supportedPaymentMethodTypes, BankConnectionsResourceTransactionRefresh? transactionRefresh}) -
BankConnectionsResourceLinkedAccount
const
- FinancialConnectionsAccount.fromJson(Object? json)
-
factory
Properties
- accountHolder → BankConnectionsResourceAccountholder?
-
final
- balance → BankConnectionsResourceBalance?
-
final
- balanceRefresh → BankConnectionsResourceBalanceRefresh?
-
final
- category → FinancialConnectionsAccountCategory
-
final
- created → DateTime
-
final
- displayName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- institutionName → String
-
final
- last4 → String?
-
final
- livemode → bool
-
final
- object → String
-
The resource's type.
final
- ownership → FinancialConnectionsAccountOwnershipOrId?
-
final
- ownershipRefresh → BankConnectionsResourceOwnershipRefresh?
-
final
-
permissions
→ List<
FinancialConnectionsAccountPermissionsItem> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → FinancialConnectionsAccountStatus
-
final
- subcategory → FinancialConnectionsAccountSubcategory
-
final
-
subscriptions
→ List<
String> ? -
final
-
supportedPaymentMethodTypes
→ List<
FinancialConnectionsAccountSupportedPaymentMethodTypesItem> -
final
- transactionRefresh → BankConnectionsResourceTransactionRefresh?
-
final
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> (FinancialConnectionsAccount instance, Encoder< V> encoder) → V