Documentation ¶
Overview ¶
Package review provides the /reviews APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
Client is used to invoke /reviews APIs.
func (Client) Approve ¶
Approves a Review object, closing it and removing it from the list of reviews.
type Iter ¶
Iter is an iterator for reviews.
func List ¶
func List(params *stripe.ReviewListParams) *Iter
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.
func (*Iter) ReviewList ¶
func (i *Iter) ReviewList() *stripe.ReviewList
ReviewList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.
Click to show internal directories.
Click to hide internal directories.