# openapi.model.ShopFeature

## 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] 
**isActive** | **bool** |  | [optional] 
**startDate** | [**DateTime**](DateTime.md) |  | [optional] 
**endDate** | [**DateTime**](DateTime.md) |  | [optional] 
**price** | **num** |  | 
**membershipType** | [**ShopFeatureMembershipTypeEnum**](ShopFeatureMembershipTypeEnum.md) |  | [optional] 
**supportPrice** | **num** |  | [optional] 
**isCanceled** | **bool** |  | [default to false]
**feature** | [**Feature**](Feature.md) |  | 
**currency** | [**Currency**](Currency.md) |  | 
**paymentIntentId** | **String** |  | [optional] 
**subscriptionId** | **String** |  | [optional] 

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


