public function GetAccount::getFirstName in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Model/GetAccount.php \Drupal\sendinblue\Tools\Model\GetAccount::getFirstName()
Return value
string
File
- src/
Tools/ Model/ GetAccount.php, line 70
Class
Namespace
Drupal\sendinblue\Tools\ModelCode
public function getFirstName() : string {
return $this->firstName;
}