import * as z from "zod/v3"; import * as components from "../components/index.js"; export type CreateThreeDsConfigurationRequest = { /** * The ID of the merchant account. */ merchantAccountId: string; merchantAccountThreeDSConfigurationCreate: components.MerchantAccountThreeDSConfigurationCreate; }; /** @internal */ export type CreateThreeDsConfigurationRequest$Outbound = { merchant_account_id: string; MerchantAccountThreeDSConfigurationCreate: components.MerchantAccountThreeDSConfigurationCreate$Outbound; }; /** @internal */ export declare const CreateThreeDsConfigurationRequest$outboundSchema: z.ZodType; export declare function createThreeDsConfigurationRequestToJSON(createThreeDsConfigurationRequest: CreateThreeDsConfigurationRequest): string; //# sourceMappingURL=createthreedsconfiguration.d.ts.map