AccountPoints - Liquid Object Reference - 1.0.0
Object Name | AccountPoints |
Version | 1.0.0 |
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 |
data | Object | Returns a custom data object for this object |
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 1.0.0
Back to Documentation