# `Stripe.Resources.Treasury.ReceivedCredit.LinkedFlows.SourceFlowDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/treasury/received_credit.ex#L128)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Treasury.ReceivedCredit.LinkedFlows.SourceFlowDetails{
  credit_reversal: Stripe.Resources.Treasury.CreditReversal.t() | nil,
  outbound_payment: Stripe.Resources.Treasury.OutboundPayment.t() | nil,
  outbound_transfer: Stripe.Resources.Treasury.OutboundTransfer.t() | nil,
  payout: Stripe.Resources.Payout.t() | nil,
  type: String.t() | nil
}
```

* `credit_reversal`
* `outbound_payment`
* `outbound_transfer`
* `payout`
* `type` - The type of the source flow that originated the ReceivedCredit. Possible values: `credit_reversal`, `other`, `outbound_payment`, `outbound_transfer`, `payout`.

---

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