content
v2.1
|
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... | |
The "orderreports" collection of methods.
|
inline |
Constructs a new resource.
|
inlinevirtual |
Retrieves a report for disbursements from your Merchant Center account.
merchantId | The ID of the account that manages the order. This cannot be a multi-client account. |
disbursementStartDate | The first date which disbursements occurred. In ISO 8601 format. |
|
inlinevirtual |
Retrieves a list of transactions for a disbursement from your Merchant Center account.
merchantId | The ID of the account that manages the order. This cannot be a multi-client account. |
disbursementId | The Google-provided ID of the disbursement (found in Wallet). |
transactionStartDate | The first date in which transaction occurred. In ISO 8601 format. |