massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / android_pay_card.pyi
1 from typing import Any
2
3 from braintree.resource import Resource as Resource
4
5 class AndroidPayCard(Resource):
6     is_expired: Any
7     subscriptions: Any
8     def __init__(self, gateway, attributes) -> None: ...
9     @property
10     def expiration_date(self): ...
11     @property
12     def last_4(self): ...
13     @property
14     def card_type(self): ...