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)

Parameters

string $profileId

User profile ID associated with this request.

string $projectId

Project ID for orders.

string $id

Order ID.

array $optParams

Optional parameters.

Return Value

Order

Exceptions

Exception

OrdersListResponse listOrders(string $profileId, string $projectId, array $optParams = [])

Retrieves a list of orders, possibly filtered. This method supports paging.

(orders.listOrders)

Parameters

string $profileId

User profile ID associated with this request.

string $projectId

Project ID for orders.

array $optParams

Optional parameters.

Return Value

OrdersListResponse

Exceptions

Exception