FinancialConnectionsAccountOwnershipOwners constructor

const FinancialConnectionsAccountOwnershipOwners({
  1. required List<FinancialConnectionsAccountOwner> data,
  2. required bool hasMore,
  3. required String url,
})

BankConnectionsResourceOwnerList

A paginated list of owners for this account.

Implementation

const FinancialConnectionsAccountOwnershipOwners({
  required this.data,
  required this.hasMore,
  required this.url,
});