# `Stripe.Params.Treasury.ReceivedCreditListParams.LinkedFlows`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/treasury/received_credit_list_params.ex#L34)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Treasury.ReceivedCreditListParams.LinkedFlows{
  source_flow_type: String.t() | nil
}
```

* `source_flow_type` - The source flow type. Possible values: `credit_reversal`, `other`, `outbound_payment`, `outbound_transfer`, `payout`.

---

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