# `Stripe.Resources.Treasury.InboundTransfer.LinkedFlows`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/treasury/inbound_transfer.ex#L103)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Treasury.InboundTransfer.LinkedFlows{
  received_debit: String.t() | nil
}
```

* `received_debit` - If funds for this flow were returned after the flow went to the `succeeded` state, this field contains a reference to the ReceivedDebit return. Max length: 5000. Nullable.

---

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