You are here

public function GetAccount::getCompanyName in SendinBlue 7.2

Return value

string

File

includes/Model/GetAccount.php, line 96

Class

GetAccount

Code

public function getCompanyName() {
  return $this->companyName;
}