massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / partner_merchant.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/partner_merchant.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/partner_merchant.pyi
new file mode 100644 (file)
index 0000000..06ea8c9
--- /dev/null
@@ -0,0 +1,12 @@
+from typing import Any
+
+from braintree.configuration import Configuration as Configuration
+from braintree.resource import Resource as Resource
+
+class PartnerMerchant(Resource):
+    partner_merchant_id: Any
+    private_key: Any
+    public_key: Any
+    merchant_public_id: Any
+    client_side_encryption_key: Any
+    def __init__(self, gateway, attributes) -> None: ...