massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / testing_gateway.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/testing_gateway.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/testing_gateway.pyi
new file mode 100644 (file)
index 0000000..262997c
--- /dev/null
@@ -0,0 +1,17 @@
+from typing import Any
+
+from braintree.error_result import ErrorResult as ErrorResult
+from braintree.successful_result import SuccessfulResult as SuccessfulResult
+from braintree.transaction import Transaction as Transaction
+
+class TestingGateway:
+    gateway: Any
+    config: Any
+    def __init__(self, gateway) -> None: ...
+    def make_past_due(self, subscription_id, number_of_days_past_due: int = ...) -> None: ...
+    def escrow_transaction(self, transaction_id) -> None: ...
+    def settle_transaction(self, transaction_id): ...
+    def settlement_confirm_transaction(self, transaction_id): ...
+    def settlement_decline_transaction(self, transaction_id): ...
+    def settlement_pending_transaction(self, transaction_id): ...
+    def create_3ds_verification(self, merchant_account_id, params): ...