massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / stripe / stripe / api_resources / customer_balance_transaction.pyi
1 from typing import Any
2
3 from stripe.api_resources.abstract import APIResource as APIResource
4 from stripe.api_resources.customer import Customer as Customer
5
6 class CustomerBalanceTransaction(APIResource):
7     OBJECT_NAME: str
8     def instance_url(self): ...
9     @classmethod
10     def retrieve(cls, id, api_key: Any | None = ..., **params) -> None: ...