import * as z from "zod/v4-mini"; import { UpdatePaymentStatusRequest, UpdatePaymentStatusRequest$Outbound } from "./update-payment-status-request.js"; export type UpdateInvoicePaymentStatusRequest = { /** * Invoice ID */ id: string; /** * Payment Status Update Request */ body: UpdatePaymentStatusRequest; }; /** @internal */ export type UpdateInvoicePaymentStatusRequest$Outbound = { id: string; body: UpdatePaymentStatusRequest$Outbound; }; /** @internal */ export declare const UpdateInvoicePaymentStatusRequest$outboundSchema: z.ZodMiniType; export declare function updateInvoicePaymentStatusRequestToJSON(updateInvoicePaymentStatusRequest: UpdateInvoicePaymentStatusRequest): string; //# sourceMappingURL=update-invoice-payment-status-op.d.ts.map