# PaymentDestinationType

## Example Usage

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

let value: PaymentDestinationType = "CUSTOMER";

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

## Values

```typescript
"INVOICE" | "CUSTOMER" | Unrecognized<string>
```