massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / discount_gateway.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/discount_gateway.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/discount_gateway.pyi
new file mode 100644 (file)
index 0000000..45203a3
--- /dev/null
@@ -0,0 +1,10 @@
+from typing import Any
+
+from braintree.discount import Discount as Discount
+from braintree.resource_collection import ResourceCollection as ResourceCollection
+
+class DiscountGateway:
+    gateway: Any
+    config: Any
+    def __init__(self, gateway) -> None: ...
+    def all(self): ...