import * as z from "zod/v3"; export type AccountUpdaterJobCreate = { /** * A list of payment method IDs to request an update for. */ paymentMethodIds: Array; }; /** @internal */ export type AccountUpdaterJobCreate$Outbound = { payment_method_ids: Array; }; /** @internal */ export declare const AccountUpdaterJobCreate$outboundSchema: z.ZodType; export declare function accountUpdaterJobCreateToJSON(accountUpdaterJobCreate: AccountUpdaterJobCreate): string; //# sourceMappingURL=accountupdaterjobcreate.d.ts.map