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
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/paypal_account.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/paypal_account.pyi
new file mode 100644 (file)
index 0000000..24a0e92
--- /dev/null
@@ -0,0 +1,16 @@
+from typing import Any
+
+from braintree.configuration import Configuration as Configuration
+from braintree.resource import Resource as Resource
+
+class PayPalAccount(Resource):
+    @staticmethod
+    def find(paypal_account_token): ...
+    @staticmethod
+    def delete(paypal_account_token): ...
+    @staticmethod
+    def update(paypal_account_token, params: Any | None = ...): ...
+    @staticmethod
+    def signature(): ...
+    subscriptions: Any
+    def __init__(self, gateway, attributes) -> None: ...