massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / transaction_search.pyi
1 from typing import Any
2
3 from braintree.credit_card import CreditCard as CreditCard
4 from braintree.search import Search as Search
5 from braintree.transaction import Transaction as Transaction
6 from braintree.util import Constants as Constants
7
8 class TransactionSearch:
9     billing_first_name: Any
10     billing_company: Any
11     billing_country_name: Any
12     billing_extended_address: Any
13     billing_last_name: Any
14     billing_locality: Any
15     billing_postal_code: Any
16     billing_region: Any
17     billing_street_address: Any
18     credit_card_cardholder_name: Any
19     currency: Any
20     customer_company: Any
21     customer_email: Any
22     customer_fax: Any
23     customer_first_name: Any
24     customer_id: Any
25     customer_last_name: Any
26     customer_phone: Any
27     customer_website: Any
28     id: Any
29     order_id: Any
30     payment_method_token: Any
31     processor_authorization_code: Any
32     europe_bank_account_iban: Any
33     settlement_batch_id: Any
34     shipping_company: Any
35     shipping_country_name: Any
36     shipping_extended_address: Any
37     shipping_first_name: Any
38     shipping_last_name: Any
39     shipping_locality: Any
40     shipping_postal_code: Any
41     shipping_region: Any
42     shipping_street_address: Any
43     paypal_payer_email: Any
44     paypal_payment_id: Any
45     paypal_authorization_id: Any
46     credit_card_unique_identifier: Any
47     store_id: Any
48     credit_card_expiration_date: Any
49     credit_card_number: Any
50     user: Any
51     ids: Any
52     merchant_account_id: Any
53     payment_instrument_type: Any
54     store_ids: Any
55     created_using: Any
56     credit_card_card_type: Any
57     credit_card_customer_location: Any
58     source: Any
59     status: Any
60     type: Any
61     refund: Any
62     amount: Any
63     authorization_expired_at: Any
64     authorized_at: Any
65     created_at: Any
66     disbursement_date: Any
67     dispute_date: Any
68     failed_at: Any
69     gateway_rejected_at: Any
70     processor_declined_at: Any
71     settled_at: Any
72     submitted_for_settlement_at: Any
73     voided_at: Any