finskyOfferType = $finskyOfferType; } /** * @return int */ public function getFinskyOfferType() { return $this->finskyOfferType; } /** * @param bool */ public function setGiftable($giftable) { $this->giftable = $giftable; } /** * @return bool */ public function getGiftable() { return $this->giftable; } /** * @param VolumeSaleInfoOffersListPrice */ public function setListPrice(VolumeSaleInfoOffersListPrice $listPrice) { $this->listPrice = $listPrice; } /** * @return VolumeSaleInfoOffersListPrice */ public function getListPrice() { return $this->listPrice; } /** * @param VolumeSaleInfoOffersRentalDuration */ public function setRentalDuration(VolumeSaleInfoOffersRentalDuration $rentalDuration) { $this->rentalDuration = $rentalDuration; } /** * @return VolumeSaleInfoOffersRentalDuration */ public function getRentalDuration() { return $this->rentalDuration; } /** * @param VolumeSaleInfoOffersRetailPrice */ public function setRetailPrice(VolumeSaleInfoOffersRetailPrice $retailPrice) { $this->retailPrice = $retailPrice; } /** * @return VolumeSaleInfoOffersRetailPrice */ public function getRetailPrice() { return $this->retailPrice; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VolumeSaleInfoOffers::class, 'Google_Service_Books_VolumeSaleInfoOffers');