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)

Parameters

int $accountId

The account id.

array $optParams

Optional parameters.

Return Value

BillingInfo

BillingInfoList listBillingInfo(array $optParams = [])

Retrieves a list of billing information for all accounts of the authenticated user. (billingInfo.listBillingInfo)

Parameters

array $optParams

Optional parameters.

Return Value

BillingInfoList