You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromopenapi_client.models.merchant_webhook_event_list_get200_response_dataimportMerchantWebhookEventListGet200ResponseData# TODO update the JSON string belowjson="{}"# create an instance of MerchantWebhookEventListGet200ResponseData from a JSON stringmerchant_webhook_event_list_get200_response_data_instance=MerchantWebhookEventListGet200ResponseData.from_json(json)
# print the JSON string representation of the objectprintMerchantWebhookEventListGet200ResponseData.to_json()
# convert the object into a dictmerchant_webhook_event_list_get200_response_data_dict=merchant_webhook_event_list_get200_response_data_instance.to_dict()
# create an instance of MerchantWebhookEventListGet200ResponseData from a dictmerchant_webhook_event_list_get200_response_data_form_dict=merchant_webhook_event_list_get200_response_data.from_dict(merchant_webhook_event_list_get200_response_data_dict)