You are here

public function GetExtendedClientAddress::setCountry in SendinBlue 8.2

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

Parameters

string $country:

1 call to GetExtendedClientAddress::setCountry()
GetExtendedClientAddress::__construct in src/Tools/Model/GetExtendedClientAddress.php
GetAccount constructor.

File

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

Class

GetExtendedClientAddress

Namespace

Drupal\sendinblue\Tools\Model

Code

public function setCountry(string $country) {
  $this->country = $country;
}