import * as z from "zod/v3"; export type ForterAntiFraudOptionsCartItemBeneficiaryComments = { /** * Comments from the user to the merchant. */ userCommentsToMerchant?: string | null | undefined; /** * Message intended for the beneficiary of the item. */ messageToBeneficiary?: string | null | undefined; /** * Comments from the merchant about this transaction. */ merchantComments?: string | null | undefined; }; /** @internal */ export type ForterAntiFraudOptionsCartItemBeneficiaryComments$Outbound = { user_comments_to_merchant?: string | null | undefined; message_to_beneficiary?: string | null | undefined; merchant_comments?: string | null | undefined; }; /** @internal */ export declare const ForterAntiFraudOptionsCartItemBeneficiaryComments$outboundSchema: z.ZodType; export declare function forterAntiFraudOptionsCartItemBeneficiaryCommentsToJSON(forterAntiFraudOptionsCartItemBeneficiaryComments: ForterAntiFraudOptionsCartItemBeneficiaryComments): string; //# sourceMappingURL=forterantifraudoptionscartitembeneficiarycomments.d.ts.map