# openapi.model.Feature

## Load the model package
```dart
import 'package:openapi/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **num** | Unique identifier | [optional] 
**createdAt** | [**DateTime**](DateTime.md) |  | [optional] 
**updatedAt** | [**DateTime**](DateTime.md) |  | [optional] 
**key** | **String** |  | 
**type** | [**FeatureTypesEnum**](FeatureTypesEnum.md) |  | 
**image** | **String** |  | [optional] 
**price** | **num** |  | 
**membershipType** | [**MembershipTypeEnum**](MembershipTypeEnum.md) |  | [optional] 
**supportPrice** | **num** |  | [optional] 
**isDeleted** | **bool** |  | [optional] 
**keepBuying** | **bool** |  | 
**productTypes** | [**ProductType**](ProductType.md) |  | 
**translations** | [**BuiltList&lt;FeatureTranslation&gt;**](FeatureTranslation.md) |  | 
**currency** | [**Currency**](Currency.md) |  | 

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


