Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.2 KB

File metadata and controls

30 lines (21 loc) · 1.2 KB

MPesaStkPushResponseData

Properties

Name Type Description Notes
order MPesaStkPushResponseDataOrder [optional]
invoices List[MPesaTransactionStatusDataInvoicesInner] [optional]

Example

from jenga_client.models.m_pesa_stk_push_response_data import MPesaStkPushResponseData

# TODO update the JSON string below
json = "{}"
# create an instance of MPesaStkPushResponseData from a JSON string
m_pesa_stk_push_response_data_instance = MPesaStkPushResponseData.from_json(json)
# print the JSON string representation of the object
print(MPesaStkPushResponseData.to_json())

# convert the object into a dict
m_pesa_stk_push_response_data_dict = m_pesa_stk_push_response_data_instance.to_dict()
# create an instance of MPesaStkPushResponseData from a dict
m_pesa_stk_push_response_data_from_dict = MPesaStkPushResponseData.from_dict(m_pesa_stk_push_response_data_dict)

[Back to Model list] [Back to API list] [Back to README]