# WalletConfigPriceType

## Example Usage

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

let value: WalletConfigPriceType = "USAGE";

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

## Values

```typescript
"ALL" | "USAGE" | "FIXED" | Unrecognized<string>
```