Sha256: fb40b17e65a9507aadfef3e00e2184936608f83ef80d81210bcdbbaee2163487
Contents?: true
Size: 552 Bytes
Versions: 42
Compression:
Stored size: 552 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe module Radar # 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) class ValueListItem < APIResource extend Stripe::APIOperations::Create include Stripe::APIOperations::Delete extend Stripe::APIOperations::List OBJECT_NAME = "radar.value_list_item" end end end
Version data entries
42 entries across 42 versions & 1 rubygems