# Plan


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | Name is the name of the plan. | [default to undefined]
**version** | **number** | Version is the version of the plan. The combination of &#x60;name@version&#x60; must be unique. | [default to undefined]

## Example

```typescript
import { Plan } from '@ory/client';

const instance: Plan = {
    name,
    version,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
