Home
last modified time | relevance | path

Searched refs:fixedPrices (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DNonGuaranteedFixedPriceTerms.php29 public function setFixedPrices($fixedPrices) argument
31 $this->fixedPrices = $fixedPrices;
38 return $this->fixedPrices;
H A DGuaranteedFixedPriceTerms.php53 public function setFixedPrices($fixedPrices) argument
55 $this->fixedPrices = $fixedPrices;
62 return $this->fixedPrices;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DDealTermsNonGuaranteedFixedPriceTerms.php29 public function setFixedPrices($fixedPrices) argument
31 $this->fixedPrices = $fixedPrices;
38 return $this->fixedPrices;
H A DDealTermsGuaranteedFixedPriceTerms.php48 public function setFixedPrices($fixedPrices) argument
50 $this->fixedPrices = $fixedPrices;
57 return $this->fixedPrices;