# `Stripe.Resources.Treasury.TransactionEntry.FlowDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/treasury/transaction_entry.ex#L77)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Treasury.TransactionEntry.FlowDetails{
  credit_reversal: Stripe.Resources.Treasury.CreditReversal.t() | nil,
  debit_reversal: Stripe.Resources.Treasury.DebitReversal.t() | nil,
  inbound_transfer: Stripe.Resources.Treasury.InboundTransfer.t() | nil,
  issuing_authorization: Stripe.Resources.Issuing.Authorization.t() | nil,
  outbound_payment: Stripe.Resources.Treasury.OutboundPayment.t() | nil,
  outbound_transfer: Stripe.Resources.Treasury.OutboundTransfer.t() | nil,
  received_credit: Stripe.Resources.Treasury.ReceivedCredit.t() | nil,
  received_debit: Stripe.Resources.Treasury.ReceivedDebit.t() | nil,
  type: String.t() | nil
}
```

* `credit_reversal`
* `debit_reversal`
* `inbound_transfer`
* `issuing_authorization`
* `outbound_payment`
* `outbound_transfer`
* `received_credit`
* `received_debit`
* `type` - Type of the flow that created the Transaction. Set to the same value as `flow_type`. Possible values: `credit_reversal`, `debit_reversal`, `inbound_transfer`, `issuing_authorization`, `other`, `outbound_payment`, `outbound_transfer`, `received_credit`, `received_debit`.

---

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