# WalletTxReferenceType

## Example Usage

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

let value: WalletTxReferenceType = "PAYMENT";

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

## Values

```typescript
"PAYMENT" | "EXTERNAL" | "REQUEST" | "INVOICE" | Unrecognized<string>
```