massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / stripe / stripe / api_resources / application_fee.pyi
1 from typing import Any
2
3 from stripe.api_resources.abstract import (
4     ListableAPIResource as ListableAPIResource,
5     nested_resource_class_methods as nested_resource_class_methods,
6 )
7
8 class ApplicationFee(ListableAPIResource):
9     OBJECT_NAME: str
10     def refund(self, idempotency_key: Any | None = ..., **params): ...