class OrganizationsDevelopersBalance extends Resource (View source)

The "balance" collection of methods.

Typical usage is:

 $apigeeService = new Google\Service\Apigee(...);
 $balance = $apigeeService->organizations_developers_balance;

Methods

adjust(string $name, GoogleCloudApigeeV1AdjustDeveloperBalanceRequest $postBody, array $optParams = [])

Adjust the prepaid balance for the developer. This API will be used in scenarios where the developer has been under-charged or over-charged.

credit(string $name, GoogleCloudApigeeV1CreditDeveloperBalanceRequest $postBody, array $optParams = [])

Credits the account balance for the developer. (balance.credit)

Details

GoogleCloudApigeeV1DeveloperBalance adjust(string $name, GoogleCloudApigeeV1AdjustDeveloperBalanceRequest $postBody, array $optParams = [])

Adjust the prepaid balance for the developer. This API will be used in scenarios where the developer has been under-charged or over-charged.

(balance.adjust)

Parameters

string $name

Required. Account balance for the developer. Use the following structure in your request: organizations/{org}/developers/{developer}/balance

GoogleCloudApigeeV1AdjustDeveloperBalanceRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1DeveloperBalance

Exceptions

Exception

GoogleCloudApigeeV1DeveloperBalance credit(string $name, GoogleCloudApigeeV1CreditDeveloperBalanceRequest $postBody, array $optParams = [])

Credits the account balance for the developer. (balance.credit)

Parameters

string $name

Required. Account balance for the developer. Use the following structure in your request: organizations/{org}/developers/{developer}/balance

GoogleCloudApigeeV1CreditDeveloperBalanceRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1DeveloperBalance

Exceptions

Exception