From cfd6efabb94b4e85eced83bf0e115cc907d60a63 Mon Sep 17 00:00:00 2001 From: Polo Li <65737086+pololi-stripe@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:25:32 -0700 Subject: [PATCH] Update ApplePay option type (#589) --- types/stripe-js/elements/apple-pay.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/stripe-js/elements/apple-pay.d.ts b/types/stripe-js/elements/apple-pay.d.ts index 1bb6e964..f9945471 100644 --- a/types/stripe-js/elements/apple-pay.d.ts +++ b/types/stripe-js/elements/apple-pay.d.ts @@ -50,6 +50,7 @@ export interface ApplePayRecurringPaymentRequest { */ managementURL: string; regularBilling: ApplePayRegularBilling; + trialBilling?: ApplePayRegularBilling; /** * The billing agreement label that is displayed to the customer in the Apple Pay payment interface.