massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / document_upload.pyi
1 from typing import Any
2
3 from braintree.configuration import Configuration as Configuration
4 from braintree.resource import Resource as Resource
5 from braintree.successful_result import SuccessfulResult as SuccessfulResult
6
7 class DocumentUpload(Resource):
8     class Kind:
9         EvidenceDocument: str
10     @staticmethod
11     def create(params: Any | None = ...): ...
12     @staticmethod
13     def create_signature(): ...
14     def __init__(self, gateway, attributes) -> None: ...