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
fromfattureincloud_python_sdk.models.modify_cashbook_entry_responseimportModifyCashbookEntryResponse# TODO update the JSON string belowjson="{}"# create an instance of ModifyCashbookEntryResponse from a JSON stringmodify_cashbook_entry_response_instance=ModifyCashbookEntryResponse.from_json(json)
# print the JSON string representation of the objectprint(ModifyCashbookEntryResponse.to_json())
# convert the object into a dictmodify_cashbook_entry_response_dict=modify_cashbook_entry_response_instance.to_dict()
# create an instance of ModifyCashbookEntryResponse from a dictmodify_cashbook_entry_response_from_dict=ModifyCashbookEntryResponse.from_dict(modify_cashbook_entry_response_dict)