You are here

public function GetAccountPlan::setUserLimit in SendinBlue 7.2

Parameters

int|null $userLimit:

1 call to GetAccountPlan::setUserLimit()
GetAccountPlan::__construct in includes/Model/GetAccountPlan.php
GetAccount constructor.

File

includes/Model/GetAccountPlan.php, line 128

Class

GetAccountPlan

Code

public function setUserLimit($userLimit) {
  $this->userLimit = $userLimit;
}