diff --git a/stripe/_search_result_object.py b/stripe/_search_result_object.py index 73b1329c7..3397d439b 100644 --- a/stripe/_search_result_object.py +++ b/stripe/_search_result_object.py @@ -26,7 +26,7 @@ class SearchResultObject(StripeObject, Generic[T]): OBJECT_NAME = "search_result" - data: List[StripeObject] + data: List[T] has_more: bool next_page: str