You are here

public function GetAccount::setCompanyName in SendinBlue 7.2

Parameters

string $companyName:

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

File

includes/Model/GetAccount.php, line 103

Class

GetAccount

Code

public function setCompanyName($companyName) {
  $this->companyName = $companyName;
}