taxRates property

Iterable<TaxRate>? taxRates
getter/setter pair

The tax rates which apply to this subscription_item. When set, the default_tax_rates on the subscription do not apply to this subscription_item.

Implementation

Iterable<TaxRate>? taxRates;