ShopifyPaymentsAccountBalance
Returns current balances in all currencies for the account.
View-Specific Information
Select
The driver processes all filters client-side within the driver. 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. |