# `Stripe.Params.Radar.ValueListItemCreateParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/radar/value_list_item_create_params.ex#L2)

Parameters for value list item create.

# `t`

```elixir
@type t() :: %Stripe.Params.Radar.ValueListItemCreateParams{
  expand: [String.t()] | nil,
  value: String.t(),
  value_list: String.t()
}
```

* `expand` - Specifies which fields in the response should be expanded.
* `value` - The value of the item (whose type must match the type of the parent value list). Max length: 800.
* `value_list` - The identifier of the value list which the created item will be added to. Max length: 5000.

---

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