massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / apple_pay_gateway.pyi
1 from typing import Any
2
3 from braintree.apple_pay_options import ApplePayOptions as ApplePayOptions
4 from braintree.error_result import ErrorResult as ErrorResult
5 from braintree.exceptions.unexpected_error import UnexpectedError as UnexpectedError
6 from braintree.successful_result import SuccessfulResult as SuccessfulResult
7
8 class ApplePayGateway:
9     gateway: Any
10     config: Any
11     def __init__(self, gateway) -> None: ...
12     def register_domain(self, domain): ...
13     def unregister_domain(self, domain): ...
14     def registered_domains(self): ...