list
public ShoppingContent.Settlementtransactions.List list(BigInteger merchantId,
                                                        String settlementId)
                                                 throws IOException
Retrieves a list of transactions for the settlement.
 Create a request for the method "settlementtransactions.list".
 This request holds the parameters needed by the content server.  After setting any optional
 parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
 
merchantId - The Merchant Center account to list transactions for. 
settlementId - The Google-provided ID of the settlement. 
- Returns:
 
- the request
 
- Throws:
 
IOException