Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.14 KB

OrganisationTrafficStatisticsObject.md

File metadata and controls

15 lines (12 loc) · 1.14 KB

OrganisationTrafficStatisticsObject

Properties

Name Type Description Notes
cost float Total cost [optional]
month string The month that the data has been accumulated in `YYYY-MM-01` format [optional]
currency \Emnify\EmnifySdk\Model\Currency [optional]
traffic_type \Emnify\EmnifySdk\Model\OrganisationDailyTrafficObjectTrafficType [optional]
volume float Total consumption (`volume_rx` + `volume_tx`) [optional]
volume_rx float * For traffic type `5` (`Data`): Downloaded data * For traffic type `6` (`SMS`): SMS MT [optional]
volume_tx float * For traffic type `5` (`Data`): Uploaded data * For traffic type `6` (`SMS`): SMS MO [optional]

[Back to Model list] [Back to API list] [Back to README]