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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Treasury.OutboundPayment.TrackingDetails.UsDomesticWire{
    chips: String.t() | nil,
    imad: String.t() | nil,
    omad: String.t() | nil
  }
```

* `chips` - CHIPS System Sequence Number (SSN) of the OutboundPayment for payments sent over the `us_domestic_wire` network. Max length: 5000. Nullable.
* `imad` - IMAD of the OutboundPayment for payments sent over the `us_domestic_wire` network. Max length: 5000. Nullable.
* `omad` - OMAD of the OutboundPayment for payments sent over the `us_domestic_wire` network. Max length: 5000. Nullable.

---

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