Skip to main content

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.

AttributeData TypeDescription
direction
read only
stringThe message direction. Values accepted in this field are:
  • inbound for receiving the message from the destination phone number.
  • outbound for sending the message to the destination phone number.
price
read only
numberThe price of the message depending on the message segment rate and segments number.
rate
read only
numberThe rate for the message segment depending on the MCC/MNC used to send the message.
segments
read only
numberThe 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"
}