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.unibee_api_merchant_plan_addons_binding_resimportUnibeeApiMerchantPlanAddonsBindingRes# TODO update the JSON string belowjson="{}"# create an instance of UnibeeApiMerchantPlanAddonsBindingRes from a JSON stringunibee_api_merchant_plan_addons_binding_res_instance=UnibeeApiMerchantPlanAddonsBindingRes.from_json(json)
# print the JSON string representation of the objectprintUnibeeApiMerchantPlanAddonsBindingRes.to_json()
# convert the object into a dictunibee_api_merchant_plan_addons_binding_res_dict=unibee_api_merchant_plan_addons_binding_res_instance.to_dict()
# create an instance of UnibeeApiMerchantPlanAddonsBindingRes from a dictunibee_api_merchant_plan_addons_binding_res_form_dict=unibee_api_merchant_plan_addons_binding_res.from_dict(unibee_api_merchant_plan_addons_binding_res_dict)