massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / transaction_line_item_gateway.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/transaction_line_item_gateway.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/transaction_line_item_gateway.pyi
new file mode 100644 (file)
index 0000000..8eca1b1
--- /dev/null
@@ -0,0 +1,14 @@
+from typing import Any
+
+from braintree.error_result import ErrorResult as ErrorResult
+from braintree.exceptions.not_found_error import NotFoundError as NotFoundError
+from braintree.exceptions.request_timeout_error import RequestTimeoutError as RequestTimeoutError
+from braintree.resource import Resource as Resource
+from braintree.resource_collection import ResourceCollection as ResourceCollection
+from braintree.transaction_line_item import TransactionLineItem as TransactionLineItem
+
+class TransactionLineItemGateway:
+    gateway: Any
+    config: Any
+    def __init__(self, gateway) -> None: ...
+    def find_all(self, transaction_id): ...