@wix/auto_sdk_ecom_subscription-contracts 1.0.118 → 1.0.119

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.
@@ -1733,6 +1733,8 @@ interface AdditionalFee {
1733
1733
  lineItemIds?: string[];
1734
1734
  /** Specifies the entity that added the additional fee. */
1735
1735
  source?: AdditionalFeeSourceWithLiterals;
1736
+ /** Address type tax was calculated against for this fee. */
1737
+ taxableAddress?: TaxableAddress;
1736
1738
  }
1737
1739
  declare enum AdditionalFeeSource {
1738
1740
  /** The additional fee was added by an additional fee service plugin. */