# AccountingReport

Represents information about the accounting report.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**items** | [**Array&lt;AccountingReportItem&gt;**](AccountingReportItem.md) | The list of the accounting report items. | [optional] [default to undefined]
**reportKey** | **string** | The encoded key of the generated accounting report. | [optional] [default to undefined]
**status** | **string** | Represents the execution status of a background process | [optional] [default to undefined]

## Example

```typescript
import { AccountingReport } from './api';

const instance: AccountingReport = {
    items,
    reportKey,
    status,
};
```

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