taxRateInfoByRegionCode property

Map<String, RegionalTaxRateInfo>? taxRateInfoByRegionCode
getter/setter pair

A mapping from region code to tax rate details.

The keys are region codes as defined by Unicode's "CLDR".

Implementation

core.Map<core.String, RegionalTaxRateInfo>? taxRateInfoByRegionCode;