Browse: Home / Classes /

ValueListService

ValueListService

Description #


Source #

File: includes/lib/stripe-php/lib/Service/Radar/ValueListService.php



Methods #

  • all — Returns a list of ValueList objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
  • create — Creates a new ValueList object, which can then be referenced in rules.
  • delete — Deletes a ValueList object, also deleting any items contained within the value list. To be deleted, a value list must not be referenced in any rules.
  • retrieve — Retrieves a ValueList object.
  • update — Updates a ValueList object by setting the values of the parameters passed. Any parameters not provided will be left unchanged. Note that item_type is immutable.