# `Stripe.Resources.SourceTransaction.AchCreditTransfer`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/source_transaction.ex#L74)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.SourceTransaction.AchCreditTransfer{
  customer_data: String.t() | nil,
  fingerprint: String.t() | nil,
  last4: String.t() | nil,
  routing_number: String.t() | nil
}
```

* `customer_data` - Customer data associated with the transfer. Max length: 5000.
* `fingerprint` - Bank account fingerprint associated with the transfer. Max length: 5000.
* `last4` - Last 4 digits of the account number associated with the transfer. Max length: 5000.
* `routing_number` - Routing number associated with the transfer. Max length: 5000.

---

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