# `Stripe.Resources.Charge.PaymentMethodDetails.Card.ExtendedAuthorization`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/charge.ex#L964)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.Card.ExtendedAuthorization{
  status: String.t() | nil
}
```

* `status` - Indicates whether or not the capture window is extended beyond the standard authorization. Possible values: `disabled`, `enabled`.

---

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