# CheckoutAction

## Example Usage

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

let value: CheckoutAction = "wallet_topup";

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

## Values

```typescript
"create_subscription" | "modify_subscription" | "wallet_topup" | "add_addon" | Unrecognized<string>
```