import * as z from "zod/v3"; export type ListThreeDsConfigurationsRequest = { /** * The ID of the merchant account. */ merchantAccountId: string; /** * ISO 4217 currency code (3 characters) to filter 3DS configurations. */ currency?: string | null | undefined; }; /** @internal */ export type ListThreeDsConfigurationsRequest$Outbound = { merchant_account_id: string; currency?: string | null | undefined; }; /** @internal */ export declare const ListThreeDsConfigurationsRequest$outboundSchema: z.ZodType; export declare function listThreeDsConfigurationsRequestToJSON(listThreeDsConfigurationsRequest: ListThreeDsConfigurationsRequest): string; //# sourceMappingURL=listthreedsconfigurations.d.ts.map