Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeSaleInfoOffers.php68 public function setListPrice(VolumeSaleInfoOffersListPrice $listPrice) argument
70 $this->listPrice = $listPrice;
77 return $this->listPrice;
H A DVolumeSaleInfo.php95 public function setListPrice(VolumeSaleInfoListPrice $listPrice) argument
97 $this->listPrice = $listPrice;
104 return $this->listPrice;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php2877 public $listPrice; variable in Google_VolumeSaleInfo
2901 public function setListPrice(Google_VolumeSaleInfoListPrice $listPrice) { argument
2902 $this->listPrice = $listPrice;
2905 return $this->listPrice;