developers_balance
Creates, updates, deletes, gets or lists a developers_balance
resource.
Overview
Name | developers_balance |
Type | Resource |
Id | google.apigee.developers_balance |
Fields
Name | Datatype | Description |
---|---|---|
wallets | array | Output only. List of all wallets. Each individual wallet stores the account balance for a particular currency. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
organizations_developers_get_balance | SELECT | developersId, organizationsId | Gets the account balance for the developer. |
SELECT
examples
Gets the account balance for the developer.
SELECT
wallets
FROM google.apigee.developers_balance
WHERE developersId = '{{ developersId }}'
AND organizationsId = '{{ organizationsId }}';