massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / paypal_account.pyi
1 from typing import Any
2
3 from braintree.configuration import Configuration as Configuration
4 from braintree.resource import Resource as Resource
5
6 class PayPalAccount(Resource):
7     @staticmethod
8     def find(paypal_account_token): ...
9     @staticmethod
10     def delete(paypal_account_token): ...
11     @staticmethod
12     def update(paypal_account_token, params: Any | None = ...): ...
13     @staticmethod
14     def signature(): ...
15     subscriptions: Any
16     def __init__(self, gateway, attributes) -> None: ...