AccountPoints - Liquid Object Reference - 0.11.4
| Object Name | AccountPoints |
| Version | 0.11.4 |
Description
The AccountPoints object contains information about an Account’s points balance and transactions.
Attributes
| Attribute | Type | Description |
|---|---|---|
| current_balance | Number | Returns the current balance for the Account at the current Store |
| path | String | Returns the url path to view the Account Points details |
| pending_balance | Number | Returns the pending balance for the Account at the current Store |
| transactions | PaginatedList[AccountPointsTransaction] | Returns a list of AccountPointsTransactions for the Account at the current Store |
| url | String | Returns the complete url to view the Account Points details |
Objects that return AccountPoints
Back to Liquid Reference for 0.11.4
Back to Documentation