Home
last modified time | relevance | path

Searched refs:billedBuyer (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DPricePerBuyer.php41 public function setBilledBuyer(Buyer $billedBuyer) argument
43 $this->billedBuyer = $billedBuyer;
50 return $this->billedBuyer;
H A DProposal.php57 public function setBilledBuyer(Buyer $billedBuyer) argument
59 $this->billedBuyer = $billedBuyer;
66 return $this->billedBuyer;
H A DProduct.php63 public function setBilledBuyer(Buyer $billedBuyer) argument
65 $this->billedBuyer = $billedBuyer;
72 return $this->billedBuyer;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DProposal.php26 public $billedBuyer; variable in Google\\Service\\AuthorizedBuyersMarketplace\\Proposal
95 public function setBilledBuyer($billedBuyer) argument
97 $this->billedBuyer = $billedBuyer;
104 return $this->billedBuyer;
H A DDeal.php25 public $billedBuyer; variable in Google\\Service\\AuthorizedBuyersMarketplace\\Deal
94 public function setBilledBuyer($billedBuyer) argument
96 $this->billedBuyer = $billedBuyer;
103 return $this->billedBuyer;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DProposal.php87 public function setBilledBuyer(Buyer $billedBuyer) argument
89 $this->billedBuyer = $billedBuyer;
96 return $this->billedBuyer;