You are here

public function GetAccountPlan::getCredits in SendinBlue 7.2

Return value

int

File

includes/Model/GetAccountPlan.php, line 79

Class

GetAccountPlan

Code

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