public function SmsMessageResultInterface::getCreditsBalance in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Message/SmsMessageResultInterface.php \Drupal\sms\Message\SmsMessageResultInterface::getCreditsBalance()
- 2.1.x src/Message/SmsMessageResultInterface.php \Drupal\sms\Message\SmsMessageResultInterface::getCreditsBalance()
Gets the credit balance after this transaction.
Return value
float|null The credit balance after the message is processed, or NULL if unknown.
2 methods override SmsMessageResultInterface::getCreditsBalance()
- SmsMessageResult::getCreditsBalance in src/
Message/ SmsMessageResult.php - Gets the credit balance after this transaction.
- SmsMessageResult::getCreditsBalance in src/
Entity/ SmsMessageResult.php - Gets the credit balance after this transaction.
File
- src/
Message/ SmsMessageResultInterface.php, line 103
Class
- SmsMessageResultInterface
- Contains information on SMS message results.
Namespace
Drupal\sms\MessageCode
public function getCreditsBalance();