You are here

public function GetAccount::getEmail in SendinBlue 7.2

Return value

string

File

includes/Model/GetAccount.php, line 54

Class

GetAccount

Code

public function getEmail() {
  return $this->email;
}