You are here

public function GetAccount::getLastName in SendinBlue 8

Same name and namespace in other branches
  1. 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

GetAccount

Namespace

Drupal\sendinblue\Tools\Model

Code

public function getLastName() : string {
  return $this->lastName;
}