# `Stripe.Resources.Charge.PaymentMethodDetails.AuBecsDebit`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/charge.ex#L740)

Nested struct within the parent resource.

# `t`

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

* `bsb_number` - Bank-State-Branch number of the bank account. Max length: 5000. Nullable.
* `expected_debit_date` - Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format. Max length: 5000.
* `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.
* `mandate` - ID of the mandate used to make this payment. Max length: 5000.

---

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