@wix/auto_sdk_ecom_subscription-contracts 1.0.116 → 1.0.117

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.
@@ -1851,6 +1851,11 @@ interface AdditionalFee {
1851
1851
  subscriptionCycles?: number | null;
1852
1852
  /** Specifies the entity that added the additional fee. */
1853
1853
  source?: AdditionalFeeSourceWithLiterals;
1854
+ /**
1855
+ * Address type tax was calculated against for this fee.
1856
+ * @internal
1857
+ */
1858
+ taxableAddress?: TaxableAddress;
1854
1859
  }
1855
1860
  declare enum AdditionalFeeSource {
1856
1861
  /** The additional fee was added by an additional fee service plugin. */