public class Dfareporting.BillingProfiles extends Object
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Dfareporting.BillingProfiles.Get  | 
class  | 
Dfareporting.BillingProfiles.List  | 
class  | 
Dfareporting.BillingProfiles.Update  | 
| Constructor and Description | 
|---|
BillingProfiles()  | 
| Modifier and Type | Method and Description | 
|---|---|
Dfareporting.BillingProfiles.Get | 
get(Long profileId,
   Long id)
Gets one billing profile by ID. 
 | 
Dfareporting.BillingProfiles.List | 
list(Long profileId)
Retrieves a list of billing profiles, possibly filtered. 
 | 
Dfareporting.BillingProfiles.Update | 
update(Long profileId,
      BillingProfile content)
Updates an existing billing profile. 
 | 
public Dfareporting.BillingProfiles.Get get(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Billing Profile ID.IOExceptionpublic Dfareporting.BillingProfiles.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionpublic Dfareporting.BillingProfiles.Update update(Long profileId, BillingProfile content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the BillingProfileIOExceptionCopyright © 2011–2025 Google. All rights reserved.