AccountTax constructor
AccountTax({
- String? accountId,
- String? kind,
- List<
AccountTaxTaxRule> ? rules,
Implementation
AccountTax({this.accountId, this.kind, this.rules});