import * as z from "zod/v3"; export type ForterAntiFraudOptionsDiscountCouponDiscountAmount = { /** * The discount amount in USD. */ amountUsd?: string | null | undefined; /** * The discount amount in local currency. */ amountLocalCurrency?: string | null | undefined; /** * The currency code for the discount amount. */ currency?: string | null | undefined; }; /** @internal */ export type ForterAntiFraudOptionsDiscountCouponDiscountAmount$Outbound = { amount_usd?: string | null | undefined; amount_local_currency?: string | null | undefined; currency?: string | null | undefined; }; /** @internal */ export declare const ForterAntiFraudOptionsDiscountCouponDiscountAmount$outboundSchema: z.ZodType; export declare function forterAntiFraudOptionsDiscountCouponDiscountAmountToJSON(forterAntiFraudOptionsDiscountCouponDiscountAmount: ForterAntiFraudOptionsDiscountCouponDiscountAmount): string; //# sourceMappingURL=forterantifraudoptionsdiscountcoupondiscountamount.d.ts.map