class BiddersFinalizedDeals extends Resource (View source)

The "finalizedDeals" collection of methods.

Typical usage is:

 $authorizedbuyersmarketplaceService = new Google\Service\AuthorizedBuyersMarketplace(...);
 $finalizedDeals = $authorizedbuyersmarketplaceService->bidders_finalizedDeals;

Methods

listBiddersFinalizedDeals(string $parent, array $optParams = [])

Lists finalized deals. Use the URL path "/v1/buyers/{accountId}/finalizedDeals" to list finalized deals for the current buyer and its clients. Bidders can use the URL path "/v1/bidders/{accountId}/finalizedDeals" to list finalized deals for the bidder, its buyers and all their clients.

Details

ListFinalizedDealsResponse listBiddersFinalizedDeals(string $parent, array $optParams = [])

Lists finalized deals. Use the URL path "/v1/buyers/{accountId}/finalizedDeals" to list finalized deals for the current buyer and its clients. Bidders can use the URL path "/v1/bidders/{accountId}/finalizedDeals" to list finalized deals for the bidder, its buyers and all their clients.

(finalizedDeals.listBiddersFinalizedDeals)

Parameters

string $parent

Required. The buyer to list the finalized deals for, in the format: buyers/{accountId}. When used to list finalized deals for a bidder, its buyers and clients, in the format bidders/{accountId}.

array $optParams

Optional parameters.

Return Value

ListFinalizedDealsResponse

Exceptions

Exception