BankConnectionsResourceAccountholder constructor

const BankConnectionsResourceAccountholder({
  1. AccountOrId? account,
  2. CustomerOrId? customer,
  3. required BankConnectionsResourceAccountholderType type,
})

BankConnectionsResourceAccountholder

Implementation

const BankConnectionsResourceAccountholder({
  this.account,
  this.customer,
  required this.type,
});