import * as z from "zod/v4-mini"; export type StripePaymentGatewayOptions = { /** * TaxIDCollectionEnabled only applies to PAYMENT_LINK Checkout Sessions. */ taxIdCollectionEnabled?: boolean | undefined; }; /** @internal */ export type StripePaymentGatewayOptions$Outbound = { tax_id_collection_enabled?: boolean | undefined; }; /** @internal */ export declare const StripePaymentGatewayOptions$outboundSchema: z.ZodMiniType; export declare function stripePaymentGatewayOptionsToJSON(stripePaymentGatewayOptions: StripePaymentGatewayOptions): string; //# sourceMappingURL=stripe-payment-gateway-options.d.ts.map