Lines Matching refs:Account
20 use Google\Service\AdExchangeBuyer\Account; alias
38 * @return Account
44 return $this->call('get', [$params], Account::class);
63 * @param Account $postBody
68 * @return Account
70 public function patch($id, Account $postBody, $optParams = [])
74 return $this->call('patch', [$params], Account::class);
80 * @param Account $postBody
85 * @return Account
87 public function update($id, Account $postBody, $optParams = [])
91 return $this->call('update', [$params], Account::class);