Stripe.Resources.Radar.DeletedValueListItem (tiger_stripe v0.1.10)

Copy Markdown View Source

RadarListDeletedListItem

Summary

Types

t()

@type t() :: %Stripe.Resources.Radar.DeletedValueListItem{
  deleted: boolean(),
  id: String.t(),
  object: String.t()
}
  • deleted - Always true for a deleted object Possible values: true.
  • id - Unique identifier for the object. Max length: 5000.
  • object - String representing the object's type. Objects of the same type share the same value. Possible values: radar.value_list_item.

Functions

object_name()