BillingProfiles
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)
BillingProfilesListResponse
listBillingProfiles(string $profileId, array $optParams = [])
Retrieves a list of billing profiles, possibly filtered. This method supports paging. (billingProfiles.listBillingProfiles)
BillingProfile
update(string $profileId, BillingProfile $postBody, array $optParams = [])
Updates an existing billing profile. (billingProfiles.update)