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