# `Stripe.Params.PaymentIntentUpdateParams.PaymentMethodData.BacsDebit`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_intent_update_params.ex#L349)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentIntentUpdateParams.PaymentMethodData.BacsDebit{
  account_number: String.t() | nil,
  sort_code: String.t() | nil
}
```

* `account_number` - Account number of the bank account that the funds will be debited from. Max length: 5000.
* `sort_code` - Sort code of the bank account. (e.g., `10-20-30`) Max length: 5000.

---

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