This is kind of a bigger issue that arises when working with Stripe packages. The packages use a pre-defined pagination structure [1].
The idea is to implement the following query parameters in the List type, so those can be passed and used for paginations.
[1] Stripe docs: Pagination. https://stripe.com/docs/api/pagination
This is kind of a bigger issue that arises when working with Stripe packages. The packages use a pre-defined pagination structure [1].
The idea is to implement the following query parameters in the
Listtype, so those can be passed and used for paginations.limit(already implemented)starting_after(PR List pagination: starting_after #169)ending_before[1] Stripe docs: Pagination. https://stripe.com/docs/api/pagination