import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * An optional override of your default ACH hold period in banking days. The hold period must be longer than or equal to your default setting. */ export declare const DebitHoldPeriod: { readonly NoHold: "no-hold"; readonly OneMinusDay: "1-day"; readonly TwoMinusDays: "2-days"; }; /** * An optional override of your default ACH hold period in banking days. The hold period must be longer than or equal to your default setting. */ export type DebitHoldPeriod = ClosedEnum; /** @internal */ export declare const DebitHoldPeriod$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const DebitHoldPeriod$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=debitholdperiod.d.ts.map