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