Home
last modified time | relevance | path

Searched refs:fixedPrice (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DPreferredDealTerms.php28 public function setFixedPrice(Price $fixedPrice) argument
30 $this->fixedPrice = $fixedPrice;
37 return $this->fixedPrice;
H A DProgrammaticGuaranteedTerms.php48 public function setFixedPrice(Price $fixedPrice) argument
50 $this->fixedPrice = $fixedPrice;
57 return $this->fixedPrice;