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_request_paymentimportMPesaStkPushRequestPayment# TODO update the JSON string belowjson="{}"# create an instance of MPesaStkPushRequestPayment from a JSON stringm_pesa_stk_push_request_payment_instance=MPesaStkPushRequestPayment.from_json(json)
# print the JSON string representation of the objectprint(MPesaStkPushRequestPayment.to_json())
# convert the object into a dictm_pesa_stk_push_request_payment_dict=m_pesa_stk_push_request_payment_instance.to_dict()
# create an instance of MPesaStkPushRequestPayment from a dictm_pesa_stk_push_request_payment_from_dict=MPesaStkPushRequestPayment.from_dict(m_pesa_stk_push_request_payment_dict)