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