Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 543 Bytes

File metadata and controls

22 lines (16 loc) · 543 Bytes

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, rcs, hlr) [optional]

Example

require 'messente_api'

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