content  v2.1
Classes | Public Member Functions | List of all members
Google.Apis.ShoppingContent.v2_1.OrderreportsResource Class Reference

The "orderreports" collection of methods. More...

Classes

class  ListdisbursementsRequest
 Retrieves a report for disbursements from your Merchant Center account. More...
 
class  ListtransactionsRequest
 Retrieves a list of transactions for a disbursement from your Merchant Center account. More...
 

Public Member Functions

 OrderreportsResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual ListdisbursementsRequest Listdisbursements (ulong merchantId, string disbursementStartDate)
 Retrieves a report for disbursements from your Merchant Center account. More...
 
virtual ListtransactionsRequest Listtransactions (ulong merchantId, string disbursementId, string transactionStartDate)
 Retrieves a list of transactions for a disbursement from your Merchant Center account. More...
 

Detailed Description

The "orderreports" collection of methods.

Constructor & Destructor Documentation

◆ OrderreportsResource()

Google.Apis.ShoppingContent.v2_1.OrderreportsResource.OrderreportsResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

◆ Listdisbursements()

virtual ListdisbursementsRequest Google.Apis.ShoppingContent.v2_1.OrderreportsResource.Listdisbursements ( ulong  merchantId,
string  disbursementStartDate 
)
inlinevirtual

Retrieves a report for disbursements from your Merchant Center account.

Parameters
merchantIdThe ID of the account that manages the order. This cannot be a multi-client account.
disbursementStartDateThe first date which disbursements occurred. In ISO 8601 format.

◆ Listtransactions()

virtual ListtransactionsRequest Google.Apis.ShoppingContent.v2_1.OrderreportsResource.Listtransactions ( ulong  merchantId,
string  disbursementId,
string  transactionStartDate 
)
inlinevirtual

Retrieves a list of transactions for a disbursement from your Merchant Center account.

Parameters
merchantIdThe ID of the account that manages the order. This cannot be a multi-client account.
disbursementIdThe Google-provided ID of the disbursement (found in Wallet).
transactionStartDateThe first date in which transaction occurred. In ISO 8601 format.

The documentation for this class was generated from the following file: