Update .bashrc
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / us_bank_account.pyi
1 from typing import Any
2
3 from braintree.ach_mandate import AchMandate as AchMandate
4 from braintree.configuration import Configuration as Configuration
5 from braintree.resource import Resource as Resource
6 from braintree.us_bank_account_verification import UsBankAccountVerification as UsBankAccountVerification
7
8 class UsBankAccount(Resource):
9     @staticmethod
10     def find(token): ...
11     @staticmethod
12     def sale(token, transactionRequest): ...
13     @staticmethod
14     def signature(): ...
15     ach_mandate: Any
16     verifications: Any
17     def __init__(self, gateway, attributes) -> None: ...