accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setSubAccountId($subAccountId) { $this->subAccountId = $subAccountId; } public function getSubAccountId() { return $this->subAccountId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Seller::class, 'Google_Service_AdExchangeBuyer_Seller');