You are here

protected property SmsDeliveryReport::$statusMessage in SMS Framework 2.1.x

Same name and namespace in other branches
  1. 8 src/Message/SmsDeliveryReport.php \Drupal\sms\Message\SmsDeliveryReport::statusMessage
  2. 2.x src/Message/SmsDeliveryReport.php \Drupal\sms\Message\SmsDeliveryReport::statusMessage

The status message as provided by the gateway API.

Type: string

File

src/Message/SmsDeliveryReport.php, line 41

Class

SmsDeliveryReport
A value object that holds the SMS delivery report.

Namespace

Drupal\sms\Message

Code

protected $statusMessage = '';