# `Stripe.Params.Terminal.ConfigurationCreateParams.RebootWindow`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/terminal/configuration_create_params.ex#L67)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Terminal.ConfigurationCreateParams.RebootWindow{
  end_hour: integer() | nil,
  start_hour: integer() | nil
}
```

* `end_hour` - Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.
* `start_hour` - Integer between 0 to 23 that represents the start hour of the reboot time window.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
