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_new_apikey_post200_response_dataimportMerchantNewApikeyPost200ResponseData# TODO update the JSON string belowjson="{}"# create an instance of MerchantNewApikeyPost200ResponseData from a JSON stringmerchant_new_apikey_post200_response_data_instance=MerchantNewApikeyPost200ResponseData.from_json(json)
# print the JSON string representation of the objectprintMerchantNewApikeyPost200ResponseData.to_json()
# convert the object into a dictmerchant_new_apikey_post200_response_data_dict=merchant_new_apikey_post200_response_data_instance.to_dict()
# create an instance of MerchantNewApikeyPost200ResponseData from a dictmerchant_new_apikey_post200_response_data_form_dict=merchant_new_apikey_post200_response_data.from_dict(merchant_new_apikey_post200_response_data_dict)