massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / merchant_account_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_account import MerchantAccount as MerchantAccount
6 from braintree.paginated_collection import PaginatedCollection as PaginatedCollection
7 from braintree.paginated_result import PaginatedResult as PaginatedResult
8 from braintree.resource import Resource as Resource
9 from braintree.resource_collection import ResourceCollection as ResourceCollection
10 from braintree.successful_result import SuccessfulResult as SuccessfulResult
11
12 class MerchantAccountGateway:
13     gateway: Any
14     config: Any
15     def __init__(self, gateway) -> None: ...
16     def create(self, params: Any | None = ...): ...
17     def update(self, merchant_account_id, params: Any | None = ...): ...
18     def find(self, merchant_account_id): ...
19     def create_for_currency(self, params: Any | None = ...): ...
20     def all(self): ...