TaxIdsOwner constructor

const TaxIdsOwner({
  1. String? account,
  2. String? customer,
  3. required TaxIDsOwnerType type,
})

owner_params

Implementation

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