Skip to main content

developers_balance

Creates, updates, deletes, gets or lists a developers_balance resource.

Overview

Namedevelopers_balance
TypeResource
Idgoogle.apigee.developers_balance

Fields

NameDatatypeDescription
walletsarrayOutput only. List of all wallets. Each individual wallet stores the account balance for a particular currency.

Methods

NameAccessible byRequired ParamsDescription
organizations_developers_get_balanceSELECTdevelopersId, organizationsIdGets 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 }}';