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

TreasurySharedResourceInitiatingPaymentMethodDetailsUSBankAccount

# `t`

```elixir
@type t() :: %Stripe.Resources.UsBankAccount{
  bank_name: String.t(),
  last4: String.t(),
  routing_number: String.t()
}
```

* `bank_name` - Bank name. Max length: 5000. Nullable.
* `last4` - The last four digits of the bank account number. Max length: 5000. Nullable.
* `routing_number` - The routing number for the bank account. Max length: 5000. Nullable.

# `object_name`

---

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