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

Nested struct within the parent resource.

# `t`

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

* `status` - Indicates whether or not the incremental authorization feature is supported. Possible values: `available`, `unavailable`.

---

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