Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DDealTerms.php78 public function setEstimatedGrossSpend(Price $estimatedGrossSpend) argument
80 $this->estimatedGrossSpend = $estimatedGrossSpend;
87 return $this->estimatedGrossSpend;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DDealTerms.php65 public function setEstimatedGrossSpend(Price $estimatedGrossSpend) argument
67 $this->estimatedGrossSpend = $estimatedGrossSpend;
74 return $this->estimatedGrossSpend;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DSendRfpRequest.php105 public function setEstimatedGrossSpend(Money $estimatedGrossSpend) argument
107 $this->estimatedGrossSpend = $estimatedGrossSpend;
114 return $this->estimatedGrossSpend;
H A DDeal.php220 public function setEstimatedGrossSpend(Money $estimatedGrossSpend) argument
222 $this->estimatedGrossSpend = $estimatedGrossSpend;
229 return $this->estimatedGrossSpend;