import * as z from "zod/v3"; import { ForterAntiFraudOptionsCartItemBeneficiaryAddress, ForterAntiFraudOptionsCartItemBeneficiaryAddress$Outbound } from "./forterantifraudoptionscartitembeneficiaryaddress.js"; import { ForterAntiFraudOptionsCartItemBeneficiaryComments, ForterAntiFraudOptionsCartItemBeneficiaryComments$Outbound } from "./forterantifraudoptionscartitembeneficiarycomments.js"; import { ForterAntiFraudOptionsCartItemBeneficiaryPersonalDetails, ForterAntiFraudOptionsCartItemBeneficiaryPersonalDetails$Outbound } from "./forterantifraudoptionscartitembeneficiarypersonaldetails.js"; import { ForterAntiFraudOptionsCartItemBeneficiaryPhone, ForterAntiFraudOptionsCartItemBeneficiaryPhone$Outbound } from "./forterantifraudoptionscartitembeneficiaryphone.js"; export type ForterAntiFraudOptionsCartItemBeneficiary = { personalDetails: ForterAntiFraudOptionsCartItemBeneficiaryPersonalDetails; /** * Address information of the beneficiary. */ address?: ForterAntiFraudOptionsCartItemBeneficiaryAddress | null | undefined; /** * Phone numbers associated with the beneficiary. */ phone?: Array | null | undefined; /** * Comments related to the beneficiary. */ comments?: ForterAntiFraudOptionsCartItemBeneficiaryComments | null | undefined; }; /** @internal */ export type ForterAntiFraudOptionsCartItemBeneficiary$Outbound = { personal_details: ForterAntiFraudOptionsCartItemBeneficiaryPersonalDetails$Outbound; address?: ForterAntiFraudOptionsCartItemBeneficiaryAddress$Outbound | null | undefined; phone?: Array | null | undefined; comments?: ForterAntiFraudOptionsCartItemBeneficiaryComments$Outbound | null | undefined; }; /** @internal */ export declare const ForterAntiFraudOptionsCartItemBeneficiary$outboundSchema: z.ZodType; export declare function forterAntiFraudOptionsCartItemBeneficiaryToJSON(forterAntiFraudOptionsCartItemBeneficiary: ForterAntiFraudOptionsCartItemBeneficiary): string; //# sourceMappingURL=forterantifraudoptionscartitembeneficiary.d.ts.map