import * as z from "zod/v4-mini"; export type AttemptInvoicePaymentRequest = { /** * Invoice ID */ id: string; }; /** @internal */ export type AttemptInvoicePaymentRequest$Outbound = { id: string; }; /** @internal */ export declare const AttemptInvoicePaymentRequest$outboundSchema: z.ZodMiniType; export declare function attemptInvoicePaymentRequestToJSON(attemptInvoicePaymentRequest: AttemptInvoicePaymentRequest): string; //# sourceMappingURL=attempt-invoice-payment-op.d.ts.map