
# Queue

#### Attributes

| Name         | Type   | Nullable | Description                                                                        |
| ------------ | ------ | -------- | ---------------------------------------------------------------------------------- |
| `id`         | string | false    | An ID of a queue                                                                   |
| `created_at` | data   | false    | A datetime in ISO8601 with time zone                                               |
| `name`       | string | false    | A name of a queue                                                                  |
| `type`       | enum   | false    | One of: `issued-invoice`, `received-invoice`, `receipt`, `contract-order`, `other` |
| `currency`   | string | false    | Currency assigned to the queue (ISO code), example: `CZK`                          |
