Orders
class Orders extends Resource (View source)
The "orders" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$orders = $dfareportingService->orders;
Methods
get(string $profileId, string $projectId, string $id, array $optParams = [])
Gets one order by ID. (orders.get)
listOrders(string $profileId, string $projectId, array $optParams = [])
Retrieves a list of orders, possibly filtered. This method supports paging.
Details
Order
get(string $profileId, string $projectId, string $id, array $optParams = [])
Gets one order by ID. (orders.get)
OrdersListResponse
listOrders(string $profileId, string $projectId, array $optParams = [])
Retrieves a list of orders, possibly filtered. This method supports paging.
(orders.listOrders)