# `Stripe.Resources.PaymentMethod.UsBankAccount.StatusDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_method.ex#L1202)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentMethod.UsBankAccount.StatusDetails{
  blocked:
    Stripe.Resources.PaymentMethod.UsBankAccount.StatusDetails.Blocked.t() | nil
}
```

* `blocked`

---

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