import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const PaymentLinkStatus: { readonly Active: "active"; readonly Completed: "completed"; readonly Expired: "expired"; readonly Processing: "processing"; }; export type PaymentLinkStatus = OpenEnum; /** @internal */ export declare const PaymentLinkStatus$inboundSchema: z.ZodType; /** @internal */ export declare const PaymentLinkStatus$outboundSchema: z.ZodType; //# sourceMappingURL=paymentlinkstatus.d.ts.map