You are here

public function GetExtendedClientAddress::getCity in SendinBlue 7.2

Return value

string

File

includes/Model/GetExtendedClientAddress.php, line 49

Class

GetExtendedClientAddress

Code

public function getCity() {
  return $this->city;
}