# TaxRateEntityType

## Example Usage

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

let value: TaxRateEntityType = "subscription";

// Open enum: unrecognized values are captured as Unrecognized<string>
```

## Values

```typescript
"customer" | "subscription" | "invoice" | "tenant" | Unrecognized<string>
```