We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0563a91 commit 6ff7d78Copy full SHA for 6ff7d78
1 file changed
types/stripe-js/checkout.d.ts
@@ -36,6 +36,10 @@ export interface StripeCheckoutElementsOptions {
36
export interface StripeCheckoutOptions {
37
clientSecret: Promise<string> | string;
38
elementsOptions?: StripeCheckoutElementsOptions;
39
+ defaultValues?: {
40
+ billingAddress?: StripeCheckoutContact;
41
+ shippingAddress?: StripeCheckoutContact;
42
+ };
43
}
44
45
/* Elements with CheckoutSessions API types */
0 commit comments