stripe: Add SearchableAPIResource, SearchResultObject (#8696)

This commit is contained in:
yejia-stripe
2022-09-13 11:29:56 -04:00
committed by GitHub
parent a6c174cc7b
commit 42c044eb67
12 changed files with 64 additions and 7 deletions
@@ -1,3 +1,5 @@
# The following methods have custom classmethod decorators
stripe\..*\.delete
stripe\..*PaymentIntent\.confirm
stripe\.api_resources\..*\.SearchableAPIResource\.search # Not defined on the actual class in v3, but expected to exist.
stripe\.api_resources\..*\.SearchableAPIResource\.search_auto_paging_iter # Not defined on the actual class in v3, but expected to exist.