Name | Type | Description | Notes |
---|---|---|---|
data | IssuedDocument | [optional] |
from fattureincloud_python_sdk.models.get_issued_document_response import GetIssuedDocumentResponse
# TODO update the JSON string below
json = "{}"
# create an instance of GetIssuedDocumentResponse from a JSON string
get_issued_document_response_instance = GetIssuedDocumentResponse.from_json(json)
# print the JSON string representation of the object
print(GetIssuedDocumentResponse.to_json())
# convert the object into a dict
get_issued_document_response_dict = get_issued_document_response_instance.to_dict()
# create an instance of GetIssuedDocumentResponse from a dict
get_issued_document_response_from_dict = GetIssuedDocumentResponse.from_dict(get_issued_document_response_dict)