You are here

public function SmsMessageResultInterface::getCreditsUsed in SMS Framework 8

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

Class

SmsMessageResultInterface
Contains information on SMS message results.

Namespace

Drupal\sms\Message

Code

public function getCreditsUsed();