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