# CommitmentType

## Example Usage

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

let value: CommitmentType = "amount";

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

## Values

```typescript
"amount" | "quantity" | Unrecognized<string>
```