Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.17 KB

GetNewIssuedDocumentTotalsRequest.md

File metadata and controls

29 lines (20 loc) · 1.17 KB

GetNewIssuedDocumentTotalsRequest

Properties

Name Type Description Notes
data IssuedDocument [optional]

Example

from fattureincloud_python_sdk.models.get_new_issued_document_totals_request import GetNewIssuedDocumentTotalsRequest

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

# convert the object into a dict
get_new_issued_document_totals_request_dict = get_new_issued_document_totals_request_instance.to_dict()
# create an instance of GetNewIssuedDocumentTotalsRequest from a dict
get_new_issued_document_totals_request_from_dict = GetNewIssuedDocumentTotalsRequest.from_dict(get_new_issued_document_totals_request_dict)

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