# TaxRateType

## Example Usage

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

let value: TaxRateType = "fixed";

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

## Values

```typescript
"percentage" | "fixed" | Unrecognized<string>
```