BillingInfo
class BillingInfo extends Resource (View source)
The "billingInfo" collection of methods.
Typical usage is:
$adexchangebuyerService = new Google\Service\AdExchangeBuyer(...);
$billingInfo = $adexchangebuyerService->billingInfo;
Methods
get(int $accountId, array $optParams = [])
Returns the billing information for one account specified by account ID.
listBillingInfo(array $optParams = [])
Retrieves a list of billing information for all accounts of the authenticated user. (billingInfo.listBillingInfo)
Details
BillingInfo
get(int $accountId, array $optParams = [])
Returns the billing information for one account specified by account ID.
(billingInfo.get)
BillingInfoList
listBillingInfo(array $optParams = [])
Retrieves a list of billing information for all accounts of the authenticated user. (billingInfo.listBillingInfo)