Name | Type | Description | Notes |
---|---|---|---|
cost | Option<f32> | Total cost | [optional] |
month | Option<String> | The month that the data has been accumulated in YYYY-MM-01 format |
[optional] |
currency | Option<crate::models::Currency> | [optional] | |
traffic_type | Option<crate::models::OrganisationTrafficStatisticsObjectTrafficType> | [optional] | |
volume | Option<f32> | Total consumption (volume_rx + volume_tx ) |
[optional] |
volume_rx | Option<f32> | * For traffic type 5 (Data ): Downloaded data * For traffic type 6 (SMS ): SMS MT |
[optional] |
volume_tx | Option<f32> | * For traffic type 5 (Data ): Uploaded data * For traffic type 6 (SMS ): SMS MO |
[optional] |