# 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_wisepad3`](https://docs.stripe.com/api/terminal/configuration/object.md?query=bbpos_wisepad3) (object, nullable)
  An object containing device type specific settings for BBPOS WisePad 3

- [`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

- [`cellular`](https://docs.stripe.com/api/terminal/configuration/object.md?query=cellular) (object, nullable)
  Configurations for cellular connectivity on cellular-capable readers.

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

- `livemode` (boolean)
  If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.

- `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.

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

- [`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

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

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

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

- [`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

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

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

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

- [`wifi`](https://docs.stripe.com/api/terminal/configuration/object.md?query=wifi) (object, nullable)
  Configurations for connecting to a WiFi network.
