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