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 |