public class ShoppingContent.Settlementreports extends Object
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ShoppingContent.Settlementreports.Get  | 
class  | 
ShoppingContent.Settlementreports.List  | 
| Constructor and Description | 
|---|
Settlementreports()  | 
| Modifier and Type | Method and Description | 
|---|---|
ShoppingContent.Settlementreports.Get | 
get(BigInteger merchantId,
   String settlementId)
Retrieves a settlement report from your Merchant Center account. 
 | 
ShoppingContent.Settlementreports.List | 
list(BigInteger merchantId)
Retrieves a list of settlement reports from your Merchant Center account. 
 | 
public ShoppingContent.Settlementreports.Get get(BigInteger merchantId, String settlementId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The Merchant Center account of the settlement report.settlementId - The Google-provided ID of the settlement.IOExceptionpublic ShoppingContent.Settlementreports.List list(BigInteger merchantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The Merchant Center account to list settlements for.IOExceptionCopyright © 2011–2024 Google. All rights reserved.