You are here

public function GetAccountPlan::getUserLimit in SendinBlue 8.2

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

Return value

int|null

File

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

Class

GetAccountPlan

Namespace

Drupal\sendinblue\Tools\Model

Code

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