# `Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.Payto`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_attempt_record.ex#L1615)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.Payto{
  bsb_number: String.t() | nil,
  last4: String.t() | nil,
  mandate: String.t() | nil,
  pay_id: String.t() | nil
}
```

* `bsb_number` - Bank-State-Branch number of the bank account. 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.
* `pay_id` - The PayID alias for the bank account. Max length: 5000. Nullable.

---

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