# PaymentActionType

## Example Usage

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

let value: PaymentActionType = "payment_link";

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

## Values

```typescript
"checkout_url" | "payment_link" | Unrecognized<string>
```