rules property

List<AccountTaxTaxRule>? rules
getter/setter pair

Tax rules.

Updating the tax rules will enable "US" taxes (not reversible). Defining no rules is equivalent to not charging tax at all.

Implementation

core.List<AccountTaxTaxRule>? rules;