import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const CollectionMethod: { readonly ChargeAutomatically: "charge_automatically"; readonly SendInvoice: "send_invoice"; }; export type CollectionMethod = OpenEnum; /** @internal */ export declare const CollectionMethod$inboundSchema: z.ZodMiniType; /** @internal */ export declare const CollectionMethod$outboundSchema: z.ZodMiniType; //# sourceMappingURL=collection-method.d.ts.map