TaxIdsOwner constructor
const
TaxIdsOwner({
- String? account,
- String? customer,
- required TaxIDsOwnerType type,
owner_params
Implementation
const TaxIdsOwner({
this.account,
this.customer,
required this.type,
});