GetMmsPriceRequestBody - To check the price of a single message or messages with the same content to multiple recipients, pass a single MmsMessage object with the properties of this message using GetMmsPriceRequestBody.of(MmsMessage) method.
GetSmsPriceRequestBody - To check the price of a single message or messages with the same content to multiple recipients, pass a single SmsMessage object with the properties of this message using GetSmsPriceRequestBody.of(SmsMessage) method.
SendMmsRequestBody - To send a single MMS or messages with the same content to multiple recipients, please use SendMmsRequestBody.of(MmsMessage) method with a single MmsMessage object with the properties of this message.
SendSmsRequestBody - To send a single SMS or messages with the same content to multiple recipients, please use SendSmsRequestBody.of(SmsMessage) method with a single SmsMessage object with the properties of this message.