massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / merchant_account / business_details.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/merchant_account/business_details.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/merchant_account/business_details.pyi
new file mode 100644 (file)
index 0000000..d580049
--- /dev/null
@@ -0,0 +1,9 @@
+from typing import Any
+
+from braintree.attribute_getter import AttributeGetter as AttributeGetter
+from braintree.merchant_account.address_details import AddressDetails as AddressDetails
+
+class BusinessDetails(AttributeGetter):
+    detail_list: Any
+    address_details: Any
+    def __init__(self, attributes) -> None: ...