FinancialConnectionAccount class

Data linked to an account

Annotations
  • @freezed

Constructors

FinancialConnectionAccount({required String id, required bool livemode, String? displayName, required AccountStatus status, required String institutionName, String? last4, required int created, AccountBalance? balance, BalanceRefresh? balanceRefresh, required AccountCategory category, required AccountSubcategory subcategory, List<AccountPermission>? permissions, required List<FinancialConnectionsPaymentMethodType> supportedPaymentMethodTypes})
const
factory
FinancialConnectionAccount.fromJson(Map<String, dynamic> json)
factory

Properties

balance AccountBalance?
The balance of the account
no setterinherited
balanceRefresh BalanceRefresh?
The last balance refresh.
no setterinherited
category AccountCategory
The category of this account
no setterinherited
copyWith → $FinancialConnectionAccountCopyWith<FinancialConnectionAccount>
no setterinherited
created int
Unix timestamp in milliseconds of the date this account was created.
no setterinherited
displayName String?
display name of the account.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
Unique id for this Financial connection account.
no setterinherited
institutionName String
The name of the financial institution.
no setterinherited
last4 String?
Last4 of the account number.
no setterinherited
livemode bool
Has the value true if the object exist in livemode.
no setterinherited
permissions List<AccountPermission>?
Permissions requested for accounts collected during this session.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status AccountStatus
The current status of the account.
no setterinherited
subcategory AccountSubcategory
The subcategory of this account,
no setterinherited
supportedPaymentMethodTypes List<FinancialConnectionsPaymentMethodType>
Support payment method types for this account.
no setterinherited

Methods

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

Operators

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