FinancialConnectionsAccountOwner constructor
const
FinancialConnectionsAccountOwner({})
BankConnectionsResourceOwner
Describes an owner of an account.
Implementation
const FinancialConnectionsAccountOwner({
this.email,
required this.id,
required this.name,
required this.ownership,
this.phone,
this.rawAddress,
this.refreshedAt,
});