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

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