Rating MCC/MNC Response Object
This section outlines the Rating MCC/MNC Response object.
Rating MCC/MNC Response Object Attributes
The fields listed in the table below will be returned in a JSON object when a successful request has been made.
Attribute | Data Type | Description |
---|---|---|
direction read only | string | The message direction. Values accepted in this field are:
|
price read only | number | The price of the message depending on the message segment rate and segments number. |
rate read only | number | The rate for the message segment depending on the MCC/MNC used to send the message. |
segments read only | number | The number of the message segments used to calculate the total message price. This field value is always set to 1 for multimedia messages (MMS). |
Sample Rating MCC/MNC Response Object
{
"direction": "outbound",
"price": "0.01000",
"rate": "0.01000",
"segments": "1"
}