# `Stripe.Params.FinancialConnections.TransactionListParams.TransactionRefresh`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/financial_connections/transaction_list_params.ex#L34)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.FinancialConnections.TransactionListParams.TransactionRefresh{
    after: String.t() | nil
  }
```

* `after` - Return results where the transactions were created or updated by a refresh that took place after this refresh (non-inclusive). Max length: 5000.

---

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