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_verification_gateway.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/us_bank_account_verification_gateway.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/us_bank_account_verification_gateway.pyi
new file mode 100644 (file)
index 0000000..1f420f9
--- /dev/null
@@ -0,0 +1,16 @@
+from typing import Any
+
+from braintree.error_result import ErrorResult as ErrorResult
+from braintree.exceptions.not_found_error import NotFoundError as NotFoundError
+from braintree.resource_collection import ResourceCollection as ResourceCollection
+from braintree.successful_result import SuccessfulResult as SuccessfulResult
+from braintree.us_bank_account_verification import UsBankAccountVerification as UsBankAccountVerification
+from braintree.us_bank_account_verification_search import UsBankAccountVerificationSearch as UsBankAccountVerificationSearch
+
+class UsBankAccountVerificationGateway:
+    gateway: Any
+    config: Any
+    def __init__(self, gateway) -> None: ...
+    def confirm_micro_transfer_amounts(self, verification_id, amounts): ...
+    def find(self, verification_id): ...
+    def search(self, *query): ...