massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / transaction_line_item_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.exceptions.request_timeout_error import RequestTimeoutError as RequestTimeoutError
6 from braintree.resource import Resource as Resource
7 from braintree.resource_collection import ResourceCollection as ResourceCollection
8 from braintree.transaction_line_item import TransactionLineItem as TransactionLineItem
9
10 class TransactionLineItemGateway:
11     gateway: Any
12     config: Any
13     def __init__(self, gateway) -> None: ...
14     def find_all(self, transaction_id): ...