Show / Hide Table of Contents

Class BillingRatesResource

The "billingRates" collection of methods.

Inheritance
object
BillingRatesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX