massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / stripe / stripe / __init__.pyi
1 from typing import Any
2
3 from stripe.api_resources import *
4 from stripe.oauth import OAuth as OAuth
5 from stripe.webhook import Webhook as Webhook, WebhookSignature as WebhookSignature
6
7 api_key: Any
8 client_id: Any
9 api_base: str
10 connect_api_base: str
11 upload_api_base: str
12 api_version: Any
13 verify_ssl_certs: bool
14 proxy: Any
15 default_http_client: Any
16 app_info: Any
17 enable_telemetry: bool
18 max_network_retries: int
19 ca_bundle_path: Any
20 log: Any
21
22 def set_app_info(name, partner_id: Any | None = ..., url: Any | None = ..., version: Any | None = ...) -> None: ...