import * as z from "zod/v4-mini"; export type ListTaxAssociationsRequest = { /** * Entity Type */ entityType?: string | undefined; /** * Entity ID */ entityId?: string | undefined; /** * External Customer ID */ externalCustomerId?: string | undefined; /** * Tax Rate ID */ taxRateId?: string | undefined; }; /** @internal */ export type ListTaxAssociationsRequest$Outbound = { entity_type?: string | undefined; entity_id?: string | undefined; external_customer_id?: string | undefined; tax_rate_id?: string | undefined; }; /** @internal */ export declare const ListTaxAssociationsRequest$outboundSchema: z.ZodMiniType; export declare function listTaxAssociationsRequestToJSON(listTaxAssociationsRequest: ListTaxAssociationsRequest): string; //# sourceMappingURL=list-tax-associations-op.d.ts.map