| Name | Type | Description | Notes |
|---|---|---|---|
| encoded_account_id | string | The obfuscated ID used to uniquely identify a client account. | [optional] [readonly] |
| subscriber_count | int | The total number of subscriber contacts that are associated with a client account. | [optional] [readonly] |
| organization_name | string | The name of the organization associated with this client account. | [optional] [readonly] |
| site_owner_name | string | The user name that identifies a client account. | [optional] [readonly] |
| billing_status | string | The client's account billing status. When you first create a client account the `billing status` defaults to `Trial`. Billing status values include: <ul> <li><code>Trial</code> - A non-paying trial client account (default value).</li> <li><code>Open</code> - An active and paying client account.</li> <li><code>Canceled</code> - A canceled client account.</li> <li><code>Trial End</code> - The trial period has ended for this client account.</li> </ul> | [optional] [readonly] |
| last_login_date | \DateTime | The system generated date and time (ISO-8601) showing when the client last logged into their Constant Contact account. If a client has not logged into their account, the value is `null`. This property does not display in the results. | [optional] [readonly] |