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_new_received_document_totals_responseimportGetNewReceivedDocumentTotalsResponse# TODO update the JSON string belowjson="{}"# create an instance of GetNewReceivedDocumentTotalsResponse from a JSON stringget_new_received_document_totals_response_instance=GetNewReceivedDocumentTotalsResponse.from_json(json)
# print the JSON string representation of the objectprint(GetNewReceivedDocumentTotalsResponse.to_json())
# convert the object into a dictget_new_received_document_totals_response_dict=get_new_received_document_totals_response_instance.to_dict()
# create an instance of GetNewReceivedDocumentTotalsResponse from a dictget_new_received_document_totals_response_from_dict=GetNewReceivedDocumentTotalsResponse.from_dict(get_new_received_document_totals_response_dict)