FinancialConnectionsAccountOwnership constructor

const FinancialConnectionsAccountOwnership({
  1. required DateTime created,
  2. required String id,
  3. required FinancialConnectionsAccountOwnershipOwners owners,
})

BankConnectionsResourceOwnership

Describes a snapshot of the owners of an account at a particular point in time.

Implementation

const FinancialConnectionsAccountOwnership({
  required this.created,
  required this.id,
  required this.owners,
});