The "marketplacedeals" collection of methods.
More...
|
| convertToArrayAndStripNulls ($o) |
|
The "marketplacedeals" collection of methods.
Typical usage is: $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); $marketplacedeals = $adexchangebuyerService->marketplacedeals;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ delete()
Delete the specified deals from the order (marketplacedeals.delete)
- Parameters
-
string | $orderId | The orderId to delete deals from. |
Google_DeleteOrderDealsRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Add new deals for the specified order (marketplacedeals.insert)
- Parameters
-
string | $orderId | OrderId for which deals need to be added. |
Google_AddOrderDealsRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listMarketplacedeals()
Google_Service_AdExchangeBuyer_Marketplacedeals_Resource::listMarketplacedeals |
( |
| $orderId, |
|
|
| $optParams = array() ) |
List all the deals for a given order (marketplacedeals.listMarketplacedeals)
- Parameters
-
string | $orderId | The orderId to get deals for. |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Replaces all the deals in the order with the passed in deals (marketplacedeals.update)
- Parameters
-
string | $orderId | The orderId to edit deals on. |
Google_EditAllOrderDealsRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AdExchangeBuyer.php