massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / merchant_gateway.pyi
1 from typing import Any
2
3 from braintree.error_result import ErrorResult as ErrorResult
4 from braintree.exceptions.not_found_error import NotFoundError as NotFoundError
5 from braintree.merchant import Merchant as Merchant
6 from braintree.oauth_credentials import OAuthCredentials as OAuthCredentials
7 from braintree.resource import Resource as Resource
8 from braintree.resource_collection import ResourceCollection as ResourceCollection
9 from braintree.successful_result import SuccessfulResult as SuccessfulResult
10
11 class MerchantGateway:
12     gateway: Any
13     config: Any
14     def __init__(self, gateway) -> None: ...
15     def create(self, params): ...