@wix/auto_sdk_ecom_checkout 1.0.152 → 1.0.153

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.
@@ -2317,6 +2317,11 @@ interface AdditionalFee {
2317
2317
  * @maxLength 50
2318
2318
  */
2319
2319
  translatedName?: string | null;
2320
+ /**
2321
+ * Address type tax was calculated against for this fee.
2322
+ * @internal
2323
+ */
2324
+ taxableAddress?: TaxableAddress;
2320
2325
  }
2321
2326
  declare enum AdditionalFeeSource {
2322
2327
  UNKNOWN_ADDITIONAL_FEE_SOURCE = "UNKNOWN_ADDITIONAL_FEE_SOURCE",