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