import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * Code used to identify the ACH authorization method. */ export declare const SECCode: { readonly Web: "WEB"; readonly Ppd: "PPD"; readonly Ccd: "CCD"; readonly Tel: "TEL"; }; /** * Code used to identify the ACH authorization method. */ export type SECCode = ClosedEnum; /** @internal */ export declare const SECCode$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const SECCode$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=seccode.d.ts.map