# InvoiceType

## Example Usage

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

let value: InvoiceType = "CREDIT";

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

## Values

```typescript
"SUBSCRIPTION" | "ONE_OFF" | "CREDIT" | Unrecognized<string>
```