# `Stripe.Params.TestHelpers.ConfirmationTokenCreateParams.PaymentMethodData.UsBankAccount`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/test_helpers/confirmation_token_create_params.ex#L458)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.TestHelpers.ConfirmationTokenCreateParams.PaymentMethodData.UsBankAccount{
    account_holder_type: String.t() | nil,
    account_number: String.t() | nil,
    account_type: String.t() | nil,
    financial_connections_account: String.t() | nil,
    routing_number: String.t() | nil
  }
```

* `account_holder_type` - Account holder type: individual or company. Possible values: `company`, `individual`.
* `account_number` - Account number of the bank account. Max length: 5000.
* `account_type` - Account type: checkings or savings. Defaults to checking if omitted. Possible values: `checking`, `savings`.
* `financial_connections_account` - The ID of a Financial Connections Account to use as a payment method. Max length: 5000.
* `routing_number` - Routing number of the bank account. Max length: 5000.

---

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