massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / subscription_status_event.pyi
1 from typing import Any
2
3 from braintree.resource import Resource as Resource
4
5 class SubscriptionStatusEvent(Resource):
6     balance: Any
7     price: Any
8     def __init__(self, gateway, attributes) -> None: ...