AccountPointsTransaction - Liquid Object Reference - 0.11.6
| Object Name | AccountPointsTransaction |
| Version | 0.11.6 |
Description
The AccountPointsTransaction object represents a transaction against an AccountPoints.
Attributes
| Attribute | Type | Description |
|---|---|---|
| account | Account | Returns the Account that the transaction belongs to |
| amount | String | Returns the amount of this transaction |
| contact | Contact | Returns the Contact associated with this transaction |
| created_at | Timestamp | Returns the timestamp for when this transaction was created |
| expires_at | Timestamp | Returns the timestamp for when this transaction expires |
| id | String | Returns a unique id for this transaction |
| order_item | OrderItem | Returns the OrderItem associated with this transaction |
| payment | Payment | Returns the Payment associated with this transaction |
| pending? | Boolean | Returns true if this transaction has not been activated. Only activated credit transactions can be used for purchases |
| store | Store | Returns the Store that the transaction belongs to |
| type | String | Returns this transaction’s entry type |
Objects that return AccountPointsTransactions
Back to Liquid Reference for 0.11.6
Back to Documentation