list
public Dfareporting.AdvertiserInvoices.List list(Long profileId,
Long advertiserId)
throws IOException
Retrieves a list of invoices for a particular issue month. The api only works if the billing
profile invoice level is set to either advertiser or campaign non-consolidated invoice level.
Create a request for the method "advertiserInvoices.list".
This request holds the parameters needed by the dfareporting server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
profileId
- User profile ID associated with this request.
advertiserId
- Advertiser ID of this invoice.
- Returns:
- the request
- Throws:
IOException