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

AchDebit resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.AchDebit{
  bank_name: String.t() | nil,
  country: String.t() | nil,
  fingerprint: String.t() | nil,
  last4: String.t() | nil,
  routing_number: String.t() | nil,
  type: String.t() | nil
}
```

* `bank_name` - Nullable.
* `country` - Nullable.
* `fingerprint` - Nullable.
* `last4` - Nullable.
* `routing_number` - Nullable.
* `type` - Nullable.

# `object_name`

---

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