You are here

public function GetAccount::getFirstName in SendinBlue 8.2

Same name and namespace in other branches
  1. 8 src/Tools/Model/GetAccount.php \Drupal\sendinblue\Tools\Model\GetAccount::getFirstName()

Return value

string

File

src/Tools/Model/GetAccount.php, line 70

Class

GetAccount

Namespace

Drupal\sendinblue\Tools\Model

Code

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