Class BillingRatesResource
The "billingRates" collection of methods.
Inherited Members
Namespace: Google.Apis.Dfareporting.v4
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class BillingRatesResource
Constructors
BillingRatesResource(IClientService)
Constructs a new resource.
Declaration
public BillingRatesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
List(long, long)
Retrieves a list of billing rates. This method supports paging.
Declaration
public virtual BillingRatesResource.ListRequest List(long profileId, long billingProfileId)
Parameters
| Type | Name | Description |
|---|---|---|
| long | profileId | User profile ID associated with this request. |
| long | billingProfileId | Billing profile ID of this billing rate. |
Returns
| Type | Description |
|---|---|
| BillingRatesResource.ListRequest |