You are here

public function GetExtendedClientAddress::getCity in SendinBlue 8

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

Return value

string

File

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

Class

GetExtendedClientAddress

Namespace

Drupal\sendinblue\Tools\Model

Code

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