# ChartOfAccount

**id** string

Unique Bookkeep identifier for the ChartOfAccount object in string format.

**Example:** `1`

**type** string

Type of object.

**Default value:** `qb_account`

**Example:** `qb_account`

**attributes**object

ChartOfAccount attributes.

**id** integer

Unique identifier for the ChartOfAccount object.

**Example:** `1`

**app_name** string

Name of accounting Platform.

**Example:** `net_suite`

**app_identifier** string

Unique identifier specific to accounting platform.

**Example:** `4873XXXX_SB2`

**account_identifier** string

ChartOfAccount identifier in accounting platform.

**Example:** `1960`

**account_name** string

Name of the ChartOfAccount in accounting platform.

**Example:** `Stripe Sales`

**account_currency** string

Currency of ChartOfAccount in accounting platform or base currency of the accounting platform.

**Example:** `USD`

**account_type** string

ChartOfAccount type in accouting platform.

**account_code** string

ChartOfAccount code in accounting platform.

**Example:** `BKSTR123`

**account_status** string

ChartOfAccount status in accounting platform.

**Example:** `BKSTR123`

**description** string

Bookkeep Generated ChartOfAccount description.

**Example:** `Stripe Sales (USD)`

**account_class_type** string

ChartOfAccount class type in accounting platform.

**account_sub_type** string

ChartOfAccount sub_type in accounting platform.

**organization_id** integer

Unique identifier for the Organization object.

**Example:** `1`

ChartOfAccount

```json
{
  "id": "1",
  "type": "qb_account",
  "attributes": {
    "id": 1,
    "app_name": "net_suite",
    "app_identifier": "4873XXXX_SB2",
    "account_identifier": "1960",
    "account_name": "Stripe Sales",
    "account_currency": "USD",
    "account_type": "string",
    "account_code": "BKSTR123",
    "account_status": "BKSTR123",
    "description": "Stripe Sales (USD)",
    "account_class_type": "string",
    "account_sub_type": "string",
    "organization_id": 1
  }
}
```
