massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / webhook_testing_gateway.pyi
1 from typing import Any
2
3 from braintree.util.crypto import Crypto as Crypto
4 from braintree.webhook_notification import WebhookNotification as WebhookNotification
5
6 class WebhookTestingGateway:
7     gateway: Any
8     config: Any
9     def __init__(self, gateway) -> None: ...
10     def sample_notification(self, kind, id, source_merchant_id: Any | None = ...): ...