Browse: Home / Classes /

ReviewService

ReviewService

Description #


Source #

File: includes/lib/stripe-php/lib/Service/ReviewService.php



Methods #

  • all — Returns a list of Review objects that have open set to true. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
  • approve — Approves a Review object, closing it and removing it from the list of reviews.
  • retrieve — Retrieves a Review object.