/home/desid573/public_html/payment/xero-2/doc/accounting/Model
Edit: /home/desid573/public_html/payment/xero-2/doc/accounting/Model/ReportWithRow.md (1049B)
# ReportWithRow
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**report_id** | **string** | ID of the Report | [optional]
**report_name** | **string** | Name of the report | [optional]
**report_title** | **string** | Title of the report | [optional]
**report_type** | **string** | The type of report (BalanceSheet,ProfitLoss, etc) | [optional]
**report_titles** | **string[]** | Report titles array (3 to 4 strings with the report name, orgnisation name and time frame of report) | [optional]
**report_date** | **string** | Date of report | [optional]
**rows** | [**\XeroAPI\XeroPHP\Models\Accounting\ReportRows[]**](ReportRows.md) | | [optional]
**updated_date_utc** | **string** | Updated Date | [optional]
**fields** | [**\XeroAPI\XeroPHP\Models\Accounting\ReportFields[]**](ReportFields.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)