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.get_existing_issued_document_totals_requestimportGetExistingIssuedDocumentTotalsRequest# TODO update the JSON string belowjson="{}"# create an instance of GetExistingIssuedDocumentTotalsRequest from a JSON stringget_existing_issued_document_totals_request_instance=GetExistingIssuedDocumentTotalsRequest.from_json(json)
# print the JSON string representation of the objectprintGetExistingIssuedDocumentTotalsRequest.to_json()
# convert the object into a dictget_existing_issued_document_totals_request_dict=get_existing_issued_document_totals_request_instance.to_dict()
# create an instance of GetExistingIssuedDocumentTotalsRequest from a dictget_existing_issued_document_totals_request_form_dict=get_existing_issued_document_totals_request.from_dict(get_existing_issued_document_totals_request_dict)