# `Stripe.Params.Forwarding.RequestListParams.Created`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/forwarding/request_list_params.ex#L22)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Forwarding.RequestListParams.Created{
  gt: integer() | nil,
  gte: integer() | nil,
  lt: integer() | nil,
  lte: integer() | nil
}
```

* `gt` - Return results where the `created` field is greater than this value.
* `gte` - Return results where the `created` field is greater than or equal to this value.
* `lt` - Return results where the `created` field is less than this value.
* `lte` - Return results where the `created` field is less than or equal to this value.

---

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