You are here

public function GetExtendedClientAddress::getStreet in SendinBlue 8.2

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

Return value

string

File

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

Class

GetExtendedClientAddress

Namespace

Drupal\sendinblue\Tools\Model

Code

public function getStreet() : string {
  return $this->street;
}