TaxIDsOwner constructor
const
TaxIDsOwner({
- AccountOrId? account,
- ApplicationOrId? application,
- CustomerOrId? customer,
- required TaxIDsOwnerType type,
TaxIDsOwner
Implementation
const TaxIDsOwner({
this.account,
this.application,
this.customer,
required this.type,
});