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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Treasury.ReceivedDebit.LinkedFlows{
  debit_reversal: String.t() | nil,
  inbound_transfer: String.t() | nil,
  issuing_authorization: String.t() | nil,
  issuing_transaction: String.t() | nil,
  payout: String.t() | nil,
  topup: String.t() | nil
}
```

* `debit_reversal` - The DebitReversal created as a result of this ReceivedDebit being reversed. Max length: 5000. Nullable.
* `inbound_transfer` - Set if the ReceivedDebit is associated with an InboundTransfer's return of funds. Max length: 5000. Nullable.
* `issuing_authorization` - Set if the ReceivedDebit was created due to an [Issuing Authorization](https://api.stripe.com#issuing_authorizations) object. Max length: 5000. Nullable.
* `issuing_transaction` - Set if the ReceivedDebit is also viewable as an [Issuing Dispute](https://api.stripe.com#issuing_disputes) object. Max length: 5000. Nullable.
* `payout` - Set if the ReceivedDebit was created due to a [Payout](https://api.stripe.com#payouts) object. Max length: 5000. Nullable.
* `topup` - Set if the ReceivedDebit was created due to a [Topup](https://api.stripe.com#topups) object. Max length: 5000. Nullable.

---

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