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
1 from typing import Any
2
3 from braintree.error_result import ErrorResult as ErrorResult
4 from braintree.successful_result import SuccessfulResult as SuccessfulResult
5 from braintree.transaction import Transaction as Transaction
6
7 class TestingGateway:
8     gateway: Any
9     config: Any
10     def __init__(self, gateway) -> None: ...
11     def make_past_due(self, subscription_id, number_of_days_past_due: int = ...) -> None: ...
12     def escrow_transaction(self, transaction_id) -> None: ...
13     def settle_transaction(self, transaction_id): ...
14     def settlement_confirm_transaction(self, transaction_id): ...
15     def settlement_decline_transaction(self, transaction_id): ...
16     def settlement_pending_transaction(self, transaction_id): ...
17     def create_3ds_verification(self, merchant_account_id, params): ...