You are here

public function GetExtendedClientAddress::getCountry in SendinBlue 8

Same name and namespace in other branches
  1. 8.2 src/Tools/Model/GetExtendedClientAddress.php \Drupal\sendinblue\Tools\Model\GetExtendedClientAddress::getCountry()

Return value

string

File

src/Tools/Model/GetExtendedClientAddress.php, line 78

Class

GetExtendedClientAddress

Namespace

Drupal\sendinblue\Tools\Model

Code

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