You are here

public function GetAccountPlan::getCreditsType in SendinBlue 7.2

Return value

string

File

includes/Model/GetAccountPlan.php, line 65

Class

GetAccountPlan

Code

public function getCreditsType() {
  return $this->creditsType;
}