Home
last modified time | relevance | path

Searched refs:retailPrice (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeSaleInfoOffers.php96 public function setRetailPrice(VolumeSaleInfoOffersRetailPrice $retailPrice) argument
98 $this->retailPrice = $retailPrice;
105 return $this->retailPrice;
H A DVolumeSaleInfo.php137 public function setRetailPrice(VolumeSaleInfoRetailPrice $retailPrice) argument
139 $this->retailPrice = $retailPrice;
146 return $this->retailPrice;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php2881 public $retailPrice; variable in Google_VolumeSaleInfo
2913 public function setRetailPrice(Google_VolumeSaleInfoRetailPrice $retailPrice) { argument
2914 $this->retailPrice = $retailPrice;
2917 return $this->retailPrice;