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