# openapi.model.Earning

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **num** | Total count of results | 
**pageCount** | **num** | Total number of pages | 
**currentPage** | **num** | Current page number | 
**id** | **num** | ID of the response | 
**reason** | **String** | Reason for the response | 
**total** | **String** | Total count | 
**results** | [**BuiltList&lt;EarningResult&gt;**](EarningResult.md) | Array of result objects | 

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


