from braintree.resource import Resource as Resource class ConnectedMerchantPayPalStatusChanged(Resource): def __init__(self, gateway, attributes) -> None: ... @property def merchant_id(self): ...