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_issued_document_responseimportModifyIssuedDocumentResponse# TODO update the JSON string belowjson="{}"# create an instance of ModifyIssuedDocumentResponse from a JSON stringmodify_issued_document_response_instance=ModifyIssuedDocumentResponse.from_json(json)
# print the JSON string representation of the objectprintModifyIssuedDocumentResponse.to_json()
# convert the object into a dictmodify_issued_document_response_dict=modify_issued_document_response_instance.to_dict()
# create an instance of ModifyIssuedDocumentResponse from a dictmodify_issued_document_response_form_dict=modify_issued_document_response.from_dict(modify_issued_document_response_dict)