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