class OrderDocuments extends Resource (View source)

The "orderDocuments" collection of methods.

Typical usage is:

 $dfareportingService = new Google\Service\Dfareporting(...);
 $orderDocuments = $dfareportingService->orderDocuments;

Methods

get(string $profileId, string $projectId, string $id, array $optParams = [])

Gets one order document by ID. (orderDocuments.get)

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

Retrieves a list of order documents, possibly filtered. This method supports paging. (orderDocuments.listOrderDocuments)

Details

OrderDocument get(string $profileId, string $projectId, string $id, array $optParams = [])

Gets one order document by ID. (orderDocuments.get)

Parameters

string $profileId

User profile ID associated with this request.

string $projectId

Project ID for order documents.

string $id

Order document ID.

array $optParams

Optional parameters.

Return Value

OrderDocument

OrderDocumentsListResponse listOrderDocuments(string $profileId, string $projectId, array $optParams = [])

Retrieves a list of order documents, possibly filtered. This method supports paging. (orderDocuments.listOrderDocuments)

Parameters

string $profileId

User profile ID associated with this request.

string $projectId

Project ID for order documents.

array $optParams

Optional parameters.

Return Value

OrderDocumentsListResponse