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_transaction_status_data_orderimportMPesaTransactionStatusDataOrder# TODO update the JSON string belowjson="{}"# create an instance of MPesaTransactionStatusDataOrder from a JSON stringm_pesa_transaction_status_data_order_instance=MPesaTransactionStatusDataOrder.from_json(json)
# print the JSON string representation of the objectprint(MPesaTransactionStatusDataOrder.to_json())
# convert the object into a dictm_pesa_transaction_status_data_order_dict=m_pesa_transaction_status_data_order_instance.to_dict()
# create an instance of MPesaTransactionStatusDataOrder from a dictm_pesa_transaction_status_data_order_from_dict=MPesaTransactionStatusDataOrder.from_dict(m_pesa_transaction_status_data_order_dict)