import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * The name of the network a card transaction is routed through. */ export declare const CardIssuingNetwork: { readonly Discover: "discover"; readonly Shazam: "shazam"; readonly Visa: "visa"; }; /** * The name of the network a card transaction is routed through. */ export type CardIssuingNetwork = ClosedEnum; /** @internal */ export declare const CardIssuingNetwork$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const CardIssuingNetwork$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=cardissuingnetwork.d.ts.map