list
public AndroidPublisher.Purchases.Voidedpurchases.List list(String packageName)
                                                     throws IOException
Lists the purchases that were canceled, refunded or charged-back.
 Create a request for the method "voidedpurchases.list".
 This request holds the parameters needed by the androidpublisher server.  After setting any
 optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
- packageName- The package name of the application for which voided purchases need to be returned (for example,
        'com.some.thing').
- Returns:
- the request
- Throws:
- IOException