import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * The results of the card update request. */ export declare const CardUpdateReason: { readonly Unspecified: "unspecified"; readonly AccountClosed: "account-closed"; readonly ContactCardholder: "contact-cardholder"; readonly ExpirationUpdate: "expiration-update"; readonly NoChange: "no-change"; readonly NoMatch: "no-match"; readonly NumberUpdate: "number-update"; }; /** * The results of the card update request. */ export type CardUpdateReason = ClosedEnum; /** @internal */ export declare const CardUpdateReason$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const CardUpdateReason$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=cardupdatereason.d.ts.map