# The Configuration object

### The Configuration object

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

## Attributes

- `id` (string)
  Unique identifier for the object.

- `object` (string)
  String representing the object’s type. Objects of the same type share the same value.

- [`bbpos_wisepos_e`](https://docs.stripe.com/api/terminal/configuration/object.md?query=bbpos_wisepos_e) (object, nullable)
  An object containing device type specific settings for BBPOS WisePOS E

- `is_account_default` (boolean, nullable)
  Whether this Configuration is the default for your account

- `livemode` (boolean)
  Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.

- `name` (string, nullable)
  String indicating the name of the Configuration object, set by the user

- [`offline`](https://docs.stripe.com/api/terminal/configuration/object.md?query=offline) (object, nullable)
  Configurations for collecting transactions offline.

- [`reboot_window`](https://docs.stripe.com/api/terminal/configuration/object.md?query=reboot_window) (object, nullable)
  Reboot time settings for readers that support customized reboot time configuration.

- [`stripe_s700`](https://docs.stripe.com/api/terminal/configuration/object.md?query=stripe_s700) (object, nullable)
  An object containing device type specific settings for Stripe S700

- [`tipping`](https://docs.stripe.com/api/terminal/configuration/object.md?query=tipping) (object, nullable)
  On-reader tipping settings

- [`verifone_p400`](https://docs.stripe.com/api/terminal/configuration/object.md?query=verifone_p400) (object, nullable)
  An object containing device type specific settings for Verifone P400
