You are here

public function GetAccountPlan::getType in SendinBlue 7.2

Return value

string

File

includes/Model/GetAccountPlan.php, line 51

Class

GetAccountPlan

Code

public function getType() {
  return $this->type;
}