# `Stripe.Params.PaymentMethodUpdateParams.UsBankAccount`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_method_update_params.ex#L98)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentMethodUpdateParams.UsBankAccount{
  account_holder_type: String.t() | nil,
  account_type: String.t() | nil
}
```

* `account_holder_type` - Bank account holder type. Possible values: `company`, `individual`.
* `account_type` - Bank account type. Possible values: `checking`, `savings`.

---

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