/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AdMob
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AdMob/PublisherAccount.php (1975B)
currencyCode = $currencyCode;
}
/**
* @return string
*/
public function getCurrencyCode()
{
return $this->currencyCode;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
/**
* @param string
*/
public function setPublisherId($publisherId)
{
$this->publisherId = $publisherId;
}
/**
* @return string
*/
public function getPublisherId()
{
return $this->publisherId;
}
/**
* @param string
*/
public function setReportingTimeZone($reportingTimeZone)
{
$this->reportingTimeZone = $reportingTimeZone;
}
/**
* @return string
*/
public function getReportingTimeZone()
{
return $this->reportingTimeZone;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PublisherAccount::class, 'Google_Service_AdMob_PublisherAccount');