# TaxAssociationResponse

## Example Usage

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

let value: TaxAssociationResponse = {};
```

## Fields

| Field                                                                                         | Type                                                                                          | Required                                                                                      | Description                                                                                   |
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| `autoApply`                                                                                   | *boolean*                                                                                     | :heavy_minus_sign:                                                                            | Whether this tax should be automatically applied                                              |
| `createdAt`                                                                                   | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign:                                                                            | N/A                                                                                           |
| `createdBy`                                                                                   | *string*                                                                                      | :heavy_minus_sign:                                                                            | N/A                                                                                           |
| `currency`                                                                                    | *string*                                                                                      | :heavy_minus_sign:                                                                            | Currency                                                                                      |
| `endDate`                                                                                     | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign:                                                                            | EndDate is the optional date until which this association is active                           |
| `entityId`                                                                                    | *string*                                                                                      | :heavy_minus_sign:                                                                            | ID of the entity this tax rate applies to                                                     |
| `entityType`                                                                                  | [models.TaxRateEntityType](../../sdk/models/tax-rate-entity-type.md)                          | :heavy_minus_sign:                                                                            | N/A                                                                                           |
| `environmentId`                                                                               | *string*                                                                                      | :heavy_minus_sign:                                                                            | EnvironmentID is the ID of the environment this tax rate config belongs to                    |
| `id`                                                                                          | *string*                                                                                      | :heavy_minus_sign:                                                                            | ID of the ent.                                                                                |
| `metadata`                                                                                    | Record<string, *string*>                                                                      | :heavy_minus_sign:                                                                            | Metadata holds the value of the "metadata" field.                                             |
| `priority`                                                                                    | *number*                                                                                      | :heavy_minus_sign:                                                                            | Priority for tax resolution (lower number = higher priority)                                  |
| `startDate`                                                                                   | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign:                                                                            | StartDate is the date from which this association is active                                   |
| `status`                                                                                      | [models.Status](../../sdk/models/status.md)                                                   | :heavy_minus_sign:                                                                            | N/A                                                                                           |
| `taxRate`                                                                                     | [models.TaxRateResponse](../../sdk/models/tax-rate-response.md)                               | :heavy_minus_sign:                                                                            | N/A                                                                                           |
| `taxRateId`                                                                                   | *string*                                                                                      | :heavy_minus_sign:                                                                            | Reference to the TaxRate entity                                                               |
| `tenantId`                                                                                    | *string*                                                                                      | :heavy_minus_sign:                                                                            | N/A                                                                                           |
| `updatedAt`                                                                                   | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign:                                                                            | N/A                                                                                           |
| `updatedBy`                                                                                   | *string*                                                                                      | :heavy_minus_sign:                                                                            | N/A                                                                                           |