massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / us_bank_account_gateway.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/us_bank_account_gateway.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/us_bank_account_gateway.pyi
new file mode 100644 (file)
index 0000000..665b571
--- /dev/null
@@ -0,0 +1,10 @@
+from typing import Any
+
+from braintree.exceptions.not_found_error import NotFoundError as NotFoundError
+from braintree.us_bank_account import UsBankAccount as UsBankAccount
+
+class UsBankAccountGateway:
+    gateway: Any
+    config: Any
+    def __init__(self, gateway) -> None: ...
+    def find(self, us_bank_account_token): ...