massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / subscription_search.pyi
1 from typing import Any
2
3 from braintree import Subscription as Subscription
4 from braintree.search import Search as Search
5 from braintree.util import Constants as Constants
6
7 class SubscriptionSearch:
8     billing_cycles_remaining: Any
9     created_at: Any
10     days_past_due: Any
11     id: Any
12     ids: Any
13     in_trial_period: Any
14     merchant_account_id: Any
15     next_billing_date: Any
16     plan_id: Any
17     price: Any
18     status: Any
19     transaction_id: Any