massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / paypal_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.paypal_account import PayPalAccount as PayPalAccount
6 from braintree.resource import Resource as Resource
7 from braintree.successful_result import SuccessfulResult as SuccessfulResult
8
9 class PayPalAccountGateway:
10     gateway: Any
11     config: Any
12     def __init__(self, gateway) -> None: ...
13     def find(self, paypal_account_token): ...
14     def delete(self, paypal_account_token): ...
15     def update(self, paypal_account_token, params: Any | None = ...): ...