public class ShoppingContent.Orderreports extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ShoppingContent.Orderreports.Listdisbursements |
class |
ShoppingContent.Orderreports.Listtransactions |
| Constructor and Description |
|---|
Orderreports() |
| Modifier and Type | Method and Description |
|---|---|
ShoppingContent.Orderreports.Listdisbursements |
listdisbursements(BigInteger merchantId,
String disbursementStartDate)
Retrieves a report for disbursements from your Merchant Center account.
|
ShoppingContent.Orderreports.Listtransactions |
listtransactions(BigInteger merchantId,
String disbursementId,
String transactionStartDate)
Retrieves a list of transactions for a disbursement from your Merchant Center account.
|
public ShoppingContent.Orderreports.Listdisbursements listdisbursements(BigInteger merchantId, String disbursementStartDate) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.IOExceptionpublic ShoppingContent.Orderreports.Listtransactions listtransactions(BigInteger merchantId, String disbursementId, String transactionStartDate) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.IOExceptionCopyright © 2011–2019 Google. All rights reserved.