You are here

public function GetAccountPlan::setCreditsType in SendinBlue 7.2

Parameters

string $creditsType:

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

File

includes/Model/GetAccountPlan.php, line 72

Class

GetAccountPlan

Code

public function setCreditsType($creditsType) {
  $this->creditsType = $creditsType;
}