A container for paginated lists of objects. The array of objects is on the .data property, and .has_more indicates whether there are additional objects beyond the end of this list.
.data
.has_more
Learn more in Stripe's pagination docs or, when iterating over many items, try auto-pagination instead.
True if this list has another page of items after this one that can be fetched.
The URL where this list can be accessed.
A container for paginated lists of objects. The array of objects is on the
.dataproperty, and.has_moreindicates whether there are additional objects beyond the end of this list.Learn more in Stripe's pagination docs or, when iterating over many items, try auto-pagination instead.