# `Stripe.Resources.Treasury.OutboundPayment.TrackingDetails.Ach`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/treasury/outbound_payment.ex#L161)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Treasury.OutboundPayment.TrackingDetails.Ach{
  trace_id: String.t() | nil
}
```

* `trace_id` - ACH trace ID of the OutboundPayment for payments sent over the `ach` network. Max length: 5000.

---

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