# The Configuration object

### The Configuration object

```json
{
  "id": "tmc_FQqbaQCiy0m1xc",
  "object": "terminal.configuration",
  "is_account_default": false,
  "livemode": false
}
```

- `offline` (object, nullable)
  Configurations for collecting transactions offline.

  - `offline.enabled` (boolean, nullable)
    Determines whether to allow transactions to be collected while reader is offline. Defaults to false.
