Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/
H A DBudget.php37 * @param string $billingId The billing id to get the budget information for.
41 public function get($accountId, $billingId, $optParams = []) argument
43 $params = ['accountId' => $accountId, 'billingId' => $billingId];
54 * @param string $billingId The billing id associated with the budget being
60 public function patch($accountId, $billingId, BudgetModel $postBody, $optParams = []) argument
62 $params = ['accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody];
73 * @param string $billingId The billing id associated with the budget being
79 public function update($accountId, $billingId, BudgetModel $postBody, $optParams = []) argument
81 $params = ['accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DBillingInfo.php25 public $billingId; variable in Google\\Service\\AdExchangeBuyer\\BillingInfo
44 public function setBillingId($billingId) argument
46 $this->billingId = $billingId;
50 return $this->billingId;
H A DBudget.php23 public $billingId; variable in Google\\Service\\AdExchangeBuyer\\Budget
37 public function setBillingId($billingId) argument
39 $this->billingId = $billingId;
43 return $this->billingId;
H A DPretargetingConfig.php23 public $billingId; variable in Google\\Service\\AdExchangeBuyer\\PretargetingConfig
55 public function setBillingId($billingId) argument
57 $this->billingId = $billingId;
61 return $this->billingId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DPretargetingConfig.php32 public $billingId; variable in Google\\Service\\RealTimeBidding\\PretargetingConfig
133 public function setBillingId($billingId) argument
135 $this->billingId = $billingId;
142 return $this->billingId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdExchangeBuyer.php154 'path' => 'billinginfo/{accountId}/{billingId}',
162 'billingId' => [
169 'path' => 'billinginfo/{accountId}/{billingId}',
177 'billingId' => [
184 'path' => 'billinginfo/{accountId}/{billingId}',
192 'billingId' => [