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

Nested struct within the parent resource.

# `t`

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

* `maximum_amount_capturable` - The maximum amount that can be captured.
* `status` - Indicates whether or not the authorized amount can be over-captured. Possible values: `available`, `unavailable`.

---

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