public function GetAccount::getCompanyName in SendinBlue 7.2
Return value
string
File
- includes/
Model/ GetAccount.php, line 96
Class
Code
public function getCompanyName() {
return $this->companyName;
}
string
public function getCompanyName() {
return $this->companyName;
}