@bigcommerce/checkout-sdk 1.433.0 → 1.433.2

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.
@@ -872,6 +872,10 @@ declare interface ApplePayPaymentInitializeOptions {
872
872
  * Shipping label to be passed to apple sheet.
873
873
  */
874
874
  shippingLabel?: string;
875
+ /**
876
+ * Store credit label to be passed to apple sheet.
877
+ */
878
+ storeCreditLabel?: string;
875
879
  /**
876
880
  * Sub total label to be passed to apple sheet.
877
881
  */