/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AdExchangeBuyerII
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AdExchangeBuyerII/Seller.php (1396B)
accountId = $accountId;
}
/**
* @return string
*/
public function getAccountId()
{
return $this->accountId;
}
/**
* @param string
*/
public function setSubAccountId($subAccountId)
{
$this->subAccountId = $subAccountId;
}
/**
* @return string
*/
public function getSubAccountId()
{
return $this->subAccountId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Seller::class, 'Google_Service_AdExchangeBuyerII_Seller');