You are here

public function GetExtendedClientAddress::getCountry in SendinBlue 7.2

Return value

string

File

includes/Model/GetExtendedClientAddress.php, line 77

Class

GetExtendedClientAddress

Code

public function getCountry() {
  return $this->country;
}