# `Stripe.Resources.ConfirmationToken.PaymentMethodPreview.UsBankAccount.StatusDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/confirmation_token.ex#L1293)

Nested struct within the parent resource.

# `t`

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

* `blocked`

---

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