You are here

public function GetAccountPlan::setCredits in SendinBlue 7.2

Parameters

int $credits:

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

File

includes/Model/GetAccountPlan.php, line 86

Class

GetAccountPlan

Code

public function setCredits($credits) {
  $this->credits = $credits;
}