FinancialConnectionsAccount constructor
const
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
A Financial Connections Account represents an account that exists outside of Stripe, to which you have been granted some degree of access.
Implementation
const FinancialConnectionsAccount({
this.accountHolder,
this.balance,
this.balanceRefresh,
required this.category,
required this.created,
this.displayName,
required this.id,
required this.institutionName,
this.last4,
required this.livemode,
this.ownership,
this.ownershipRefresh,
this.permissions,
required this.status,
required this.subcategory,
this.subscriptions,
required this.supportedPaymentMethodTypes,
this.transactionRefresh,
});