accounts property

List<LinkAccount> accounts
final

A list of objects with the following properties:

  • id: the id of the selected account
  • name: the name of the selected account
  • mask: the last 2-4 alphanumeric characters of an account's official account number. Note that the mask may be non-unique between an Item's accounts, it may also not match the mask that the bank displays to the user. This field is nullable.
  • type: the account type
  • subtype: the account subtype

Implementation

final List<LinkAccount> accounts;