# `Stripe.Params.Treasury.TransactionListParams.StatusTransitions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/treasury/transaction_list_params.ex#L40)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Treasury.TransactionListParams.StatusTransitions{
  posted_at: map() | nil
}
```

* `posted_at` - Returns Transactions with `posted_at` within the specified range.

---

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