massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / connected_merchant_paypal_status_changed.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/connected_merchant_paypal_status_changed.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/connected_merchant_paypal_status_changed.pyi
new file mode 100644 (file)
index 0000000..9f1fe6a
--- /dev/null
@@ -0,0 +1,6 @@
+from braintree.resource import Resource as Resource
+
+class ConnectedMerchantPayPalStatusChanged(Resource):
+    def __init__(self, gateway, attributes) -> None: ...
+    @property
+    def merchant_id(self): ...