class BillingRates extends Resource (View source)

The "billingRates" collection of methods.

Typical usage is:

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

Methods

listBillingRates(string $profileId, string $billingProfileId, array $optParams = [])

Retrieves a list of billing rates. This method supports paging.

Details

BillingRatesListResponse listBillingRates(string $profileId, string $billingProfileId, array $optParams = [])

Retrieves a list of billing rates. This method supports paging.

(billingRates.listBillingRates)

Parameters

string $profileId

User profile ID associated with this request.

string $billingProfileId

Billing profile ID of this billing rate.

array $optParams

Optional parameters.

Return Value

BillingRatesListResponse

Exceptions

Exception