# MessenteApi::StatisticsReportSuccess ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **reports** | [**Array<StatisticsReport>**](StatisticsReport.md) | Array of report objects | ## Code Sample ```ruby require 'MessenteApi' instance = MessenteApi::StatisticsReportSuccess.new(reports: null) ```