We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e9dee commit 61bc99bCopy full SHA for 61bc99b
stripe/_search_result_object.py
@@ -26,7 +26,7 @@
26
27
class SearchResultObject(StripeObject, Generic[T]):
28
OBJECT_NAME = "search_result"
29
- data: List[StripeObject]
+ data: List[T]
30
has_more: bool
31
next_page: str
32
0 commit comments