public function SmsMessageResultInterface::getCreditsBalance in SMS Framework 2.1.x
Same name and namespace in other branches
- 8 src/Message/SmsMessageResultInterface.php \Drupal\sms\Message\SmsMessageResultInterface::getCreditsBalance()
- 2.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 105
Class
- SmsMessageResultInterface
- Contains information on SMS message results.
Namespace
Drupal\sms\MessageCode
public function getCreditsBalance();