You are here

protected property SmsMessageResult::$creditsBalance in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Message/SmsMessageResult.php \Drupal\sms\Message\SmsMessageResult::creditsBalance
  2. 2.1.x src/Message/SmsMessageResult.php \Drupal\sms\Message\SmsMessageResult::creditsBalance

The credit balance after this message is sent, or NULL if unknown.

This number is in the SMS gateway's chosen denomination.

Type: float|null

File

src/Message/SmsMessageResult.php, line 40

Class

SmsMessageResult
The result of an SMS messaging transaction.

Namespace

Drupal\sms\Message

Code

protected $creditsBalance = NULL;