massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / error_result.pyi
1 from typing import Any
2
3 from braintree.credit_card_verification import CreditCardVerification as CreditCardVerification
4 from braintree.errors import Errors as Errors
5
6 class ErrorResult:
7     params: Any
8     errors: Any
9     message: Any
10     credit_card_verification: Any
11     transaction: Any
12     subscription: Any
13     merchant_account: Any
14     def __init__(self, gateway, attributes) -> None: ...
15     @property
16     def is_success(self): ...