import * as z from "zod/v4-mini"; export type PaymentsGetRequest = { /** * The payment ID. */ id: string; }; /** @internal */ export type PaymentsGetRequest$Outbound = { id: string; }; /** @internal */ export declare const PaymentsGetRequest$outboundSchema: z.ZodMiniType; export declare function paymentsGetRequestToJSON(paymentsGetRequest: PaymentsGetRequest): string; //# sourceMappingURL=paymentsget.d.ts.map