FinancialConnectionsAccount

constructor(category: FinancialConnectionsAccount.Category = Category.UNKNOWN, created: Int, id: String, institutionName: String, livemode: Boolean, status: FinancialConnectionsAccount.Status = Status.UNKNOWN, subcategory: FinancialConnectionsAccount.Subcategory = Subcategory.UNKNOWN, supportedPaymentMethodTypes: List<FinancialConnectionsAccount.SupportedPaymentMethodTypes>, balance: Balance? = null, balanceRefresh: BalanceRefresh? = null, displayName: String? = null, last4: String? = null, ownership: String? = null, ownershipRefresh: OwnershipRefresh? = null, permissions: List<FinancialConnectionsAccount.Permissions>? = null)

Parameters

category
created

Time at which the object was created. Measured in seconds since the Unix epoch.

id

Unique identifier for the object.

institutionName

The name of the institution that holds this account.

livemode

Has the value true if the object exists in live mode or the value false if the object exists in test mode.

status

The status of the link to the account.

subcategory

If category is cash, one of: - checking - savings - other If category is credit, one of: - mortgage - line_of_credit - credit_card - other If category is investment or other, this will be other.

supportedPaymentMethodTypes

The PaymentMethod type(s) that can be created from this FinancialConnectionsAccount.

balance

The most recent information about the account's balance.

balanceRefresh

The state of the most recent attempt to refresh the account balance.

displayName

A human-readable name that has been assigned to this account, either by the account holder or by the institution.

last4

The last 4 digits of the account number. If present, this will be 4 numeric characters.

ownership

The most recent information about the account's owners.

ownershipRefresh

The state of the most recent attempt to refresh the account owners.

permissions

The list of permissions granted by this account.