FinancialConnectionsAccountOwnershipOwners constructor
const
FinancialConnectionsAccountOwnershipOwners({
- required List<
FinancialConnectionsAccountOwner> data, - required bool hasMore,
- required String url,
BankConnectionsResourceOwnerList
A paginated list of owners for this account.
Implementation
const FinancialConnectionsAccountOwnershipOwners({
required this.data,
required this.hasMore,
required this.url,
});