You are here

public function GetAccountPlan::getUserLimit in SendinBlue 7.2

Return value

int|null

File

includes/Model/GetAccountPlan.php, line 121

Class

GetAccountPlan

Code

public function getUserLimit() {
  return $this->userLimit;
}