Stripe.Resources.Treasury.OutboundPayment.TrackingDetails.UsDomesticWire (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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.