You are here

public function SmsMessageResultInterface::getCreditsBalance in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Message/SmsMessageResultInterface.php \Drupal\sms\Message\SmsMessageResultInterface::getCreditsBalance()
  2. 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\Message

Code

public function getCreditsBalance();