import * as z from "zod/v4-mini"; export type CustomerPaymentMethodCreate = { confirmationTokenId: string; setDefault: boolean; returnUrl: string; }; /** @internal */ export type CustomerPaymentMethodCreate$Outbound = { confirmation_token_id: string; set_default: boolean; return_url: string; }; /** @internal */ export declare const CustomerPaymentMethodCreate$outboundSchema: z.ZodMiniType; export declare function customerPaymentMethodCreateToJSON(customerPaymentMethodCreate: CustomerPaymentMethodCreate): string; //# sourceMappingURL=customerpaymentmethodcreate.d.ts.map