Stripe.Resources.Radar.ValueListItem (tiger_stripe v0.4.0)

Copy Markdown View Source

RadarListListItem

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

Summary

Types

t()

@type t() :: %Stripe.Resources.Radar.ValueListItem{
  created: term(),
  created_by: term(),
  id: term(),
  livemode: term(),
  object: term(),
  value: term(),
  value_list: term()
}
  • created - Time at which the object was created. Measured in seconds since the Unix epoch. Format: Unix timestamp.
  • created_by - The name or email address of the user who added this item to the value list. Max length: 5000.
  • id - Unique identifier for the object. Max length: 5000.
  • livemode - If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
  • object - String representing the object's type. Objects of the same type share the same value. Possible values: radar.value_list_item.
  • value - The value of the item. Max length: 5000.
  • value_list - The identifier of the value list this item belongs to. Max length: 5000.

Functions

object_name()