The "billingInfo" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($accountId, $optParams=array()) |
| Returns the billing information for one account specified by account ID.
|
|
| listBillingInfo ($optParams=array()) |
| Retrieves a list of billing information for all accounts of the authenticated user.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "billingInfo" collection of methods.
Typical usage is: $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); $billingInfo = $adexchangebuyerService->billingInfo;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ get()
Google_Service_AdExchangeBuyer_BillingInfo_Resource::get |
( |
| $accountId, |
|
|
| $optParams = array() ) |
Returns the billing information for one account specified by account ID.
(billingInfo.get)
- Parameters
-
int | $accountId | The account id. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listBillingInfo()
Google_Service_AdExchangeBuyer_BillingInfo_Resource::listBillingInfo |
( |
| $optParams = array() | ) |
|
Retrieves a list of billing information for all accounts of the authenticated user.
(billingInfo.listBillingInfo)
- Parameters
-
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AdExchangeBuyer.php