# openapi.model.FindAllAccountingDetailsRes

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**earnings** | **num** |  | 
**discounts** | **num** |  | 
**shippings** | **num** |  | 
**totalSales** | **num** |  | 
**productCost** | **num** |  | 
**returns** | **num** |  | 
**refunds** | **num** |  | 
**count** | **num** |  | 
**pageCount** | **num** |  | 
**currentPage** | **num** |  | 
**results** | [**BuiltList&lt;ResultItem&gt;**](ResultItem.md) |  | 

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


