# PlanSummary

## Example Usage

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

let value: PlanSummary = {};
```

## Fields

| Field                   | Type                    | Required                | Description             |
| ----------------------- | ----------------------- | ----------------------- | ----------------------- |
| `description`           | *string*                | :heavy_minus_sign:      | description of the plan |
| `id`                    | *string*                | :heavy_minus_sign:      | id of the plan          |
| `lookupKey`             | *string*                | :heavy_minus_sign:      | lookup_key of the plan  |
| `name`                  | *string*                | :heavy_minus_sign:      | name of the plan        |