# openapi.model.GetAllDiscountsResponse

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **num** | Count of discount | 
**pageCount** | **num** | Page count of discount | 
**currentPage** | **num** | Current page | 
**results** | [**BuiltList&lt;GetAllDiscounts&gt;**](GetAllDiscounts.md) | Results of discount | 

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


