Collection::previousPage( null|array $params = null, null|array|string $opts = null )

Fetches the previous 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


Top ↑

Return Return

(StripeCollection)


Top ↑

Source Source

File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Collection.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.