# openapi.model.AmountOffProductDiscountEntity

## 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] 
**type** | [**AmountOffProductDiscountTypeEnum**](AmountOffProductDiscountTypeEnum.md) |  | 
**value** | **num** | This value depends on DiscountType, if it's percentage, then it's between 1 and 100%, otherwise it's not limited | 
**appliesTo** | [**AmountOffProductDiscountAppliesToEnum**](AmountOffProductDiscountAppliesToEnum.md) |  | 
**minimumPurchaseType** | [**AmountOffProductDiscountMinimumPurchaseTypeEnum**](AmountOffProductDiscountMinimumPurchaseTypeEnum.md) |  | 
**minimumPurchaseValue** | **num** | This value depends on MinimumPurchaseType | 
**discount** | [**DiscountEntity**](DiscountEntity.md) |  | [optional] 
**categories** | [**BuiltList&lt;CategoryEntity&gt;**](CategoryEntity.md) |  | [optional] 
**products** | [**BuiltList&lt;ProductVariantEntity&gt;**](ProductVariantEntity.md) |  | [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)


