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