ShopifyPaymentsAccountBalance
Returns current balances in all currencies for the account.
View-Specific Information
Select
The add-in processes all filters client-side within the add-in. The following query is the only one processed server side:
SELECT * FROM ShopifyPaymentsAccountBalance
Columns
Name | Type | References | Description |
ShopifyPaymentsAccountId | String | A globally-unique ID. | |
Amount | Decimal | Decimal money amount. | |
CurrencyCode [KEY] | String | Currency of the money. |