ReviewService
Class: No description found
Source Files: includes/lib/stripe-php/lib/Service/ReviewService.php
Class: No description found
Method: 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.
ReviewService::all Read More »
Method: Approves a Review object, closing it and removing it from the list of reviews.
ReviewService::approve Read More »
Method: Retrieves a Review object.
ReviewService::retrieve Read More »