Class BillingProfilesResource
The "billingProfiles" collection of methods.
Inherited Members
Namespace: Google.Apis.Dfareporting.v4
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class BillingProfilesResource
Constructors
BillingProfilesResource(IClientService)
Constructs a new resource.
Declaration
public BillingProfilesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(long, long)
Gets one billing profile by ID.
Declaration
public virtual BillingProfilesResource.GetRequest Get(long profileId, long id)
Parameters
| Type | Name | Description |
|---|---|---|
| long | profileId | User profile ID associated with this request. |
| long | id | Billing Profile ID. |
Returns
| Type | Description |
|---|---|
| BillingProfilesResource.GetRequest |
List(long)
Retrieves a list of billing profiles, possibly filtered. This method supports paging.
Declaration
public virtual BillingProfilesResource.ListRequest List(long profileId)
Parameters
| Type | Name | Description |
|---|---|---|
| long | profileId | User profile ID associated with this request. |
Returns
| Type | Description |
|---|---|
| BillingProfilesResource.ListRequest |
Update(BillingProfile, long)
Updates an existing billing profile.
Declaration
public virtual BillingProfilesResource.UpdateRequest Update(BillingProfile body, long profileId)
Parameters
| Type | Name | Description |
|---|---|---|
| BillingProfile | body | The body of the request. |
| long | profileId | User profile ID associated with this request. |
Returns
| Type | Description |
|---|---|
| BillingProfilesResource.UpdateRequest |