> ## Documentation Index
> Fetch the complete documentation index at: https://www.zinc.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Account Status

> Account status object structure and attributes

## Account Status Object

```json Example Account Status Object theme={null}
{
  "prime": true,
  "fresh": false,
  "business": false,
  "charity": null
}
```

## Attributes

| Attribute  | Type    | Description                                       |
| :--------- | :------ | :------------------------------------------------ |
| `prime`    | Boolean | Indicates if the account has Prime enabled        |
| `fresh`    | Boolean | Indicates if the account has Fresh enabled        |
| `business` | Boolean | Indicates if the account has Business enabled     |
| `charity`  | String  | Indicates if the account has a Charity associated |
