BiddersFinalizedDeals
class BiddersFinalizedDeals extends Resource (View source)
The "finalizedDeals" collection of methods.
Typical usage is:
 $authorizedbuyersmarketplaceService = new Google\Service\AuthorizedBuyersMarketplace(...);
 $finalizedDeals = $authorizedbuyersmarketplaceService->bidders_finalizedDeals;Methods
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)