You are here

public function GetAccountPlan::getCredits in SendinBlue 8

Same name and namespace in other branches
  1. 8.2 src/Tools/Model/GetAccountPlan.php \Drupal\sendinblue\Tools\Model\GetAccountPlan::getCredits()

Return value

int

File

src/Tools/Model/GetAccountPlan.php, line 83

Class

GetAccountPlan

Namespace

Drupal\sendinblue\Tools\Model

Code

public function getCredits() : int {
  return $this->credits;
}