OrganizationsDevelopersBalance
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)
GoogleCloudApigeeV1DeveloperBalance
credit(string $name, GoogleCloudApigeeV1CreditDeveloperBalanceRequest $postBody, array $optParams = [])
Credits the account balance for the developer. (balance.credit)