public class Dfareporting.BillingAssignments extends Object
Modifier and Type | Class and Description |
---|---|
class |
Dfareporting.BillingAssignments.Insert |
class |
Dfareporting.BillingAssignments.List |
Constructor and Description |
---|
BillingAssignments() |
Modifier and Type | Method and Description |
---|---|
Dfareporting.BillingAssignments.Insert |
insert(Long profileId,
Long billingProfileId,
BillingAssignment content)
Inserts a new billing assignment and returns the new assignment.
|
Dfareporting.BillingAssignments.List |
list(Long profileId,
Long billingProfileId)
Retrieves a list of billing assignments.
|
public Dfareporting.BillingAssignments.Insert insert(Long profileId, Long billingProfileId, BillingAssignment content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.billingProfileId
- Billing profile ID of this billing assignment.content
- the BillingAssignment
IOException
public Dfareporting.BillingAssignments.List list(Long profileId, Long billingProfileId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.billingProfileId
- Billing profile ID of this billing assignment.IOException
Copyright © 2011–2025 Google. All rights reserved.