You are here

public function GetAccount::getFirstName in SendinBlue 7.2

Return value

string

File

includes/Model/GetAccount.php, line 68

Class

GetAccount

Code

public function getFirstName() {
  return $this->firstName;
}