list
public Dfareporting.BillingRates.List list(Long profileId,
Long billingProfileId)
throws IOException
Retrieves a list of billing rates. This method supports paging.
Create a request for the method "billingRates.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.
billingProfileId
- Billing profile ID of this billing rate.
- Returns:
- the request
- Throws:
IOException