AccountTax constructor

AccountTax({
  1. String? accountId,
  2. String? kind,
  3. List<AccountTaxTaxRule>? rules,
})

Implementation

AccountTax({
  this.accountId,
  this.kind,
  this.rules,
});