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
fromjenga_client.models.m_pesa_stk_push_response_data_orderimportMPesaStkPushResponseDataOrder# TODO update the JSON string belowjson="{}"# create an instance of MPesaStkPushResponseDataOrder from a JSON stringm_pesa_stk_push_response_data_order_instance=MPesaStkPushResponseDataOrder.from_json(json)
# print the JSON string representation of the objectprint(MPesaStkPushResponseDataOrder.to_json())
# convert the object into a dictm_pesa_stk_push_response_data_order_dict=m_pesa_stk_push_response_data_order_instance.to_dict()
# create an instance of MPesaStkPushResponseDataOrder from a dictm_pesa_stk_push_response_data_order_from_dict=MPesaStkPushResponseDataOrder.from_dict(m_pesa_stk_push_response_data_order_dict)