Sha256: 964db29e98c913fd1adbbb6617cd5c052bdbb269ef52111d8165261409957fc7

Contents?: true

Size: 548 Bytes

Versions: 3

Compression:

Stored size: 548 Bytes

Contents

# MessenteApi::StatisticsReportSettings

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **start_date** | **Date** | Start date for the report |  |
| **end_date** | **Date** | End date for the report |  |
| **message_types** | **Array<String>** | Optional list of message types (sms, viber, whatsapp, hlr, telegram) | [optional] |

## Example

```ruby
require 'messente_api'

instance = MessenteApi::StatisticsReportSettings.new(
  start_date: null,
  end_date: null,
  message_types: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
messente_api-2.3.0 docs/StatisticsReportSettings.md
messente_api-2.2.0 docs/StatisticsReportSettings.md
messente_api-2.1.0 docs/StatisticsReportSettings.md