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
1 from typing import Any
2
3 from braintree.error_result import ErrorResult as ErrorResult
4 from braintree.exceptions.not_found_error import NotFoundError as NotFoundError
5 from braintree.resource_collection import ResourceCollection as ResourceCollection
6 from braintree.successful_result import SuccessfulResult as SuccessfulResult
7 from braintree.us_bank_account_verification import UsBankAccountVerification as UsBankAccountVerification
8 from braintree.us_bank_account_verification_search import UsBankAccountVerificationSearch as UsBankAccountVerificationSearch
9
10 class UsBankAccountVerificationGateway:
11     gateway: Any
12     config: Any
13     def __init__(self, gateway) -> None: ...
14     def confirm_micro_transfer_amounts(self, verification_id, amounts): ...
15     def find(self, verification_id): ...
16     def search(self, *query): ...