protected property SmsMessageResult::$creditsUsed in SMS Framework 2.x
Same name and namespace in other branches
- 8 src/Message/SmsMessageResult.php \Drupal\sms\Message\SmsMessageResult::creditsUsed
- 2.1.x src/Message/SmsMessageResult.php \Drupal\sms\Message\SmsMessageResult::creditsUsed
The credits consumed to process this message, or NULL if unknown.
This number is in the SMS gateway's chosen denomination.
Type: float|null
File
- src/
Message/ SmsMessageResult.php, line 51
Class
- SmsMessageResult
- The result of an SMS messaging transaction.
Namespace
Drupal\sms\MessageCode
protected $creditsUsed = NULL;