Skip to main content
Schema2020-08-27object

radar.value_list_item

Value list items allow you to add specific values to a given Radar value list, which can then be used in rules. Related guide: [Managing List Items](https://stripe.com/docs/radar/lists#managing-list-items).

Source
openapi/spec3.json
Commit
d70de345383d
Active snapshot
da69df7e6e11

RadarListListItem

object

Value list items allow you to add specific values to a given Radar value list, which can then be used in rules. Related guide: [Managing List Items](https://stripe.com/docs/radar/lists#managing-list-items).

created integer (unix-time)
required

Time at which the object was created. Measured in seconds since the Unix epoch.

created_by string
required

The name or email address of the user who added this item to the value list.

id string
required

Unique identifier for the object.

livemode boolean
required

Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.

object string
required

String representing the object's type. Objects of the same type share the same value.

value string
required

The value of the item.

value_list string
required

The identifier of the value list this item belongs to.