TaxIDsOwner constructor

const TaxIDsOwner({
  1. AccountOrId? account,
  2. ApplicationOrId? application,
  3. CustomerOrId? customer,
  4. required TaxIDsOwnerType type,
})

TaxIDsOwner

Implementation

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