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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.AchCreditTransfer{
    account_number: String.t() | nil,
    bank_name: String.t() | nil,
    routing_number: String.t() | nil,
    swift_code: String.t() | nil
  }
```

* `account_number` - Account number to transfer funds to. Max length: 5000. Nullable.
* `bank_name` - Name of the bank associated with the routing number. Max length: 5000. Nullable.
* `routing_number` - Routing transit number for the bank account to transfer funds to. Max length: 5000. Nullable.
* `swift_code` - SWIFT code of the bank associated with the routing number. Max length: 5000. Nullable.

---

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