# `Stripe.Resources.Terminal.Configuration.Offline`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/terminal/configuration.ex#L96)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Terminal.Configuration.Offline{
  enabled: boolean() | nil
}
```

* `enabled` - Determines whether to allow transactions to be collected while reader is offline. Defaults to false. Nullable.

---

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