massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / europe_bank_account.pyi
1 from braintree.configuration import Configuration as Configuration
2 from braintree.resource import Resource as Resource
3
4 class EuropeBankAccount(Resource):
5     class MandateType:
6         Business: str
7         Consumer: str
8     @staticmethod
9     def signature(): ...