public class Apigee.Organizations.Developers.Balance extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Developers.Balance.Adjust |
class |
Apigee.Organizations.Developers.Balance.Credit |
| Constructor and Description |
|---|
Balance() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Developers.Balance.Adjust |
adjust(String name,
GoogleCloudApigeeV1AdjustDeveloperBalanceRequest content)
Adjust the prepaid balance for the developer.
|
Apigee.Organizations.Developers.Balance.Credit |
credit(String name,
GoogleCloudApigeeV1CreditDeveloperBalanceRequest content)
Credits the account balance for the developer.
|
public Apigee.Organizations.Developers.Balance.Adjust adjust(String name, GoogleCloudApigeeV1AdjustDeveloperBalanceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Account balance for the developer. Use the following structure in your request:
`organizations/{org}/developers/{developer}/balance`content - the GoogleCloudApigeeV1AdjustDeveloperBalanceRequestIOExceptionpublic Apigee.Organizations.Developers.Balance.Credit credit(String name, GoogleCloudApigeeV1CreditDeveloperBalanceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Account balance for the developer. Use the following structure in your request:
`organizations/{org}/developers/{developer}/balance`content - the GoogleCloudApigeeV1CreditDeveloperBalanceRequestIOExceptionCopyright © 2011–2025 Google. All rights reserved.