# openapi.model.GetAllDiscounts

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **num** | ID of discount | 
**discountType** | [**GetAllDiscountsDiscountTypeEnum**](GetAllDiscountsDiscountTypeEnum.md) |  | 
**methodType** | [**GetAllDiscountsMethodEnum**](GetAllDiscountsMethodEnum.md) |  | 
**methodValue** | **String** |  | 
**isActive** | **bool** |  | [optional] 
**timesUsed** | **num** | Number of times this discount has been used | 

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


