massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / stripe / stripe / api_resources / reporting / report_run.pyi
1 from stripe.api_resources.abstract import (
2     CreateableAPIResource as CreateableAPIResource,
3     ListableAPIResource as ListableAPIResource,
4 )
5
6 class ReportRun(CreateableAPIResource, ListableAPIResource):
7     OBJECT_NAME: str