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.pyi
1 from typing import Any
2
3 from braintree.attribute_getter import AttributeGetter as AttributeGetter
4 from braintree.configuration import Configuration as Configuration
5
6 class UsBankAccountVerification(AttributeGetter):
7     class Status:
8         Failed: str
9         GatewayRejected: str
10         ProcessorDeclined: str
11         Unrecognized: str
12         Verified: str
13         Pending: str
14     class VerificationMethod:
15         NetworkCheck: str
16         IndependentCheck: str
17         TokenizedCheck: str
18         MicroTransfers: str
19     us_bank_account: Any
20     def __init__(self, gateway, attributes) -> None: ...
21     @staticmethod
22     def confirm_micro_transfer_amounts(verification_id, amounts): ...
23     @staticmethod
24     def find(verification_id): ...
25     @staticmethod
26     def search(*query): ...
27     def __eq__(self, other): ...