class BillingProfiles extends Resource (View source)

The "billingProfiles" collection of methods.

Typical usage is:

 $dfareportingService = new Google\Service\Dfareporting(...);
 $billingProfiles = $dfareportingService->billingProfiles;

Methods

get(string $profileId, string $id, array $optParams = [])

Gets one billing profile by ID. (billingProfiles.get)

listBillingProfiles(string $profileId, array $optParams = [])

Retrieves a list of billing profiles, possibly filtered. This method supports paging. (billingProfiles.listBillingProfiles)

update(string $profileId, BillingProfile $postBody, array $optParams = [])

Updates an existing billing profile. (billingProfiles.update)

Details

BillingProfile get(string $profileId, string $id, array $optParams = [])

Gets one billing profile by ID. (billingProfiles.get)

Parameters

string $profileId

User profile ID associated with this request.

string $id

Billing Profile ID.

array $optParams

Optional parameters.

Return Value

BillingProfile

Exceptions

Exception

BillingProfilesListResponse listBillingProfiles(string $profileId, array $optParams = [])

Retrieves a list of billing profiles, possibly filtered. This method supports paging. (billingProfiles.listBillingProfiles)

Parameters

string $profileId

User profile ID associated with this request.

array $optParams

Optional parameters.

Return Value

BillingProfilesListResponse

Exceptions

Exception

BillingProfile update(string $profileId, BillingProfile $postBody, array $optParams = [])

Updates an existing billing profile. (billingProfiles.update)

Parameters

string $profileId

User profile ID associated with this request.

BillingProfile $postBody
array $optParams

Optional parameters.

Return Value

BillingProfile

Exceptions

Exception