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