Browse: Home / Classes /

ValueListItemService

ValueListItemService

Description #


Source #

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



Methods #

  • all — Returns a list of ValueListItem objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
  • create — Creates a new ValueListItem object, which is added to the specified parent value list.
  • delete — Deletes a ValueListItem object, removing it from its parent value list.
  • retrieve — Retrieves a ValueListItem object.