import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * How the card information was entered into the point of sale terminal. */ export declare const EntryMode: { readonly Contactless: "contactless"; }; /** * How the card information was entered into the point of sale terminal. */ export type EntryMode = ClosedEnum; /** @internal */ export declare const EntryMode$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const EntryMode$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=entrymode.d.ts.map