AccountCredit - Liquid Object Reference - 0.11.3
| Object Name | AccountCredit |
| Version | 0.11.3 |
Description
The AccountCredit object contains information about various credits associated with an Account.
Attributes
| Attribute | Type | Description |
|---|---|---|
| created_at | Timestamp | Returns the timestamp for when this AccountCredit was created |
| current_balance | Number | Returns the current balance of this AccountCredit |
| expires_at | Timestamp | Returns the timestamp for when this AccountCredit expired |
| id | String | Returns the unique id of the AccountCredit |
| name | String | Returns the name of the AccountCredit |
| opening_balance | Number | Returns the opening balance of this AccountCredit |
| path | String | Returns the url path for this AccountCredit |
| transactions | List[AccountCreditTransaction] | Returns a list of AccountCreditTransactions for this AccountCredit |
| url | String | Returns the complete url for this Order |
| usable? | Boolean | Returns true if this AccountCredit can be used, ie it’s not expired or out of balance |
Objects that return AccountCredits
Back to Liquid Reference for 0.11.3
Back to Documentation