Account Liquid Object Reference - 0.9.5
| Object Name | Account |
| Version | 0.9.5 |
Description
The Account object contains information about a customer account record for the Store.
Attributes
| Attribute | Type | Description |
|---|---|---|
| active? | Boolean | Indicates whether this Account is active |
| billing_city | String | Returns the value of the City attribute of the Billing Address |
| billing_country | String | Returns the value of the Country attribute of the Billing Address |
| billing_postal_code | String | Returns the value of the Postal Code attribute of the Billing Address |
| billing_state | String | Returns the value of the State attribute of the Billing Address |
| billing_street | String | Returns the value of the Street attribute of the Billing Address |
| contact | Contact | Returns the default Contact for this Account |
| credit_hold? | Boolean | Indicates whether this Account is on credit hold |
| id | String | Returns the unique id for this Account |
| logo | Image | Returns the logo Image for this Account |
| membership | Membership | Returns the associated Membership for this Account |
| name | String | Returns the value of the Name attribute |
| pay_by_account? | Boolean | Indicates whether the Account is allowed to make purchases using Pay by Account |
| phone | String | Returns the value of the Phone attribute |
| shipping_city | String | Returns the value of the City attribute of the Shipping Address |
| shipping_country | String | Returns the value of the Country attribute of the Shipping Address |
| shipping_postal_code | String | Returns the value of the Postal Code attribute of the Shipping Address |
| shipping_state | String | Returns the value of the State attribute of the Shipping Address |
| shipping_street | String | Returns the value of the Street attribute of the Shipping Address |
Objects that return Accounts
Back to Liquid Reference for 0.9.5
Back to Documentation