# `Stripe.Resources.PaymentMethod.AuBecsDebit`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_method.ex#L296)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentMethod.AuBecsDebit{
  bsb_number: String.t() | nil,
  fingerprint: String.t() | nil,
  last4: String.t() | nil
}
```

* `bsb_number` - Six-digit number identifying bank and branch associated with this bank account. Max length: 5000. Nullable.
* `fingerprint` - Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same. Max length: 5000. Nullable.
* `last4` - Last four digits of the bank account number. Max length: 5000. Nullable.

---

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