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_gateway.pyi
1 from typing import Any
2
3 from braintree.exceptions.not_found_error import NotFoundError as NotFoundError
4 from braintree.us_bank_account import UsBankAccount as UsBankAccount
5
6 class UsBankAccountGateway:
7     gateway: Any
8     config: Any
9     def __init__(self, gateway) -> None: ...
10     def find(self, us_bank_account_token): ...