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