You are here

public function GetExtendedClientAddress::setCountry in SendinBlue 7.2

Parameters

string $country:

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

File

includes/Model/GetExtendedClientAddress.php, line 84

Class

GetExtendedClientAddress

Code

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