@wix/auto_sdk_ecom_cart 1.0.88 → 1.0.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1754,6 +1754,12 @@ interface TaxSummary {
1754
1754
  * @readonly
1755
1755
  */
1756
1756
  totalExempt?: MultiCurrencyPrice;
1757
+ /**
1758
+ * Default name of the tax that was calculated.
1759
+ * @internal
1760
+ * @maxLength 200
1761
+ */
1762
+ taxName?: string | null;
1757
1763
  }
1758
1764
  interface TaxCalculationDetails extends TaxCalculationDetailsCalculationDetailsOneOf {
1759
1765
  /** Reason the manual calculation was used. */