offer = $offer; } /** * @return GoogleCloudChannelV1Offer */ public function getOffer() { return $this->offer; } /** * @param string */ public function setPriceReferenceId($priceReferenceId) { $this->priceReferenceId = $priceReferenceId; } /** * @return string */ public function getPriceReferenceId() { return $this->priceReferenceId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1PurchasableOffer::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1PurchasableOffer');