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)
Retrieves a report for disbursements from your Merchant Center account. 
 | 
ShoppingContent.Orderreports.Listtransactions | 
listtransactions(BigInteger merchantId,
                String disbursementId)
Retrieves a list of transactions for a disbursement from your Merchant Center account. 
 | 
public ShoppingContent.Orderreports.Listdisbursements listdisbursements(BigInteger merchantId) 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.IOExceptionpublic ShoppingContent.Orderreports.Listtransactions listtransactions(BigInteger merchantId, String disbursementId) 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).IOExceptionCopyright © 2011–2024 Google. All rights reserved.