massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / granted_payment_instrument_update.pyi
1 from typing import Any
2
3 from braintree.resource import Resource as Resource
4
5 class GrantedPaymentInstrumentUpdate(Resource):
6     payment_method_nonce: Any
7     def __init__(self, gateway, attributes) -> None: ...