massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / dispute_search.pyi
1 from typing import Any
2
3 from braintree.search import Search as Search
4
5 class DisputeSearch:
6     amount_disputed: Any
7     amount_won: Any
8     case_number: Any
9     chargeback_protection_level: Any
10     customer_id: Any
11     disbursement_date: Any
12     effective_date: Any
13     id: Any
14     kind: Any
15     merchant_account_id: Any
16     reason: Any
17     reason_code: Any
18     received_date: Any
19     reference_number: Any
20     reply_by_date: Any
21     status: Any
22     transaction_id: Any
23     transaction_source: Any