# AccountingReportGenerationResponse

Represents the information about the accounting report generation status.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**reportKey** | **string** | The encoded key of the generated report. | [optional] [default to undefined]
**status** | **string** | Represents the execution status of a background process | [optional] [default to undefined]

## Example

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

const instance: AccountingReportGenerationResponse = {
    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)
