# AccountingReportItem

Represents the accounting report information about general ledger accounts and their amounts in both the organization\'s currency and foreign currencies.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amounts** | [**AccountingReportAmounts**](AccountingReportAmounts.md) |  | [optional] [default to undefined]
**foreignAmounts** | [**AccountingReportAmounts**](AccountingReportAmounts.md) |  | [optional] [default to undefined]
**glAccount** | [**GLAccount**](GLAccount.md) |  | [optional] [default to undefined]

## Example

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

const instance: AccountingReportItem = {
    amounts,
    foreignAmounts,
    glAccount,
};
```

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