public function GetAccountPlan::setCredits in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Model/GetAccountPlan.php \Drupal\sendinblue\Tools\Model\GetAccountPlan::setCredits()
Parameters
int $credits:
1 call to GetAccountPlan::setCredits()
- GetAccountPlan::__construct in src/
Tools/ Model/ GetAccountPlan.php - GetAccount constructor.
File
- src/
Tools/ Model/ GetAccountPlan.php, line 90
Class
Namespace
Drupal\sendinblue\Tools\ModelCode
public function setCredits(int $credits) {
$this->credits = $credits;
}