AccountTaxTaxRule.fromJson constructor
AccountTaxTaxRule.fromJson(
- Map json_
Implementation
AccountTaxTaxRule.fromJson(core.Map json_)
: this(
country: json_['country'] as core.String?,
locationId: json_['locationId'] as core.String?,
ratePercent: json_['ratePercent'] as core.String?,
shippingTaxed: json_['shippingTaxed'] as core.bool?,
useGlobalRate: json_['useGlobalRate'] as core.bool?,
);