Collection::nextPage( null|array $params = null, null|array|string $opts = null )
Fetches the next page in the resource list (if there is one).
Description Description
This method will try to respect the limit of the current page. If none was given, the default limit will be fetched again.
Parameters Parameters
- $params
-
(Optional)
Default value: null
- $opts
-
(Optional)
Default value: null
Return Return
(StripeCollection)
Source Source
File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Collection.php