# PlanFeature

A feature flag in a plan.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | The name of the feature. | [default to undefined]
**enabled** | **boolean** | Whether the feature is enabled. | [default to undefined]

## Example

```typescript
import { PlanFeature } from '@curvegrid/multibaas-sdk';

const instance: PlanFeature = {
    name,
    enabled,
};
```

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