# ListTaxAssociationsRequest

## Example Usage

```typescript
import { ListTaxAssociationsRequest } from "@flexprice/sdk/sdk/models";

let value: ListTaxAssociationsRequest = {};
```

## Fields

| Field                | Type                 | Required             | Description          |
| -------------------- | -------------------- | -------------------- | -------------------- |
| `entityType`         | *string*             | :heavy_minus_sign:   | Entity Type          |
| `entityId`           | *string*             | :heavy_minus_sign:   | Entity ID            |
| `externalCustomerId` | *string*             | :heavy_minus_sign:   | External Customer ID |
| `taxRateId`          | *string*             | :heavy_minus_sign:   | Tax Rate ID          |