import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const PaymentMethodType: { readonly Card: "CARD"; readonly Ach: "ACH"; readonly Offline: "OFFLINE"; readonly Credits: "CREDITS"; readonly PaymentLink: "PAYMENT_LINK"; readonly Upi: "UPI"; }; export type PaymentMethodType = OpenEnum; /** @internal */ export declare const PaymentMethodType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const PaymentMethodType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=payment-method-type.d.ts.map