Name | Type | Description | Notes |
---|---|---|---|
data | IssuedDocument | [optional] | |
options | IssuedDocumentOptions | [optional] |
from fattureincloud_python_sdk.models.join_issued_documents_response import JoinIssuedDocumentsResponse
# TODO update the JSON string below
json = "{}"
# create an instance of JoinIssuedDocumentsResponse from a JSON string
join_issued_documents_response_instance = JoinIssuedDocumentsResponse.from_json(json)
# print the JSON string representation of the object
print(JoinIssuedDocumentsResponse.to_json())
# convert the object into a dict
join_issued_documents_response_dict = join_issued_documents_response_instance.to_dict()
# create an instance of JoinIssuedDocumentsResponse from a dict
join_issued_documents_response_from_dict = JoinIssuedDocumentsResponse.from_dict(join_issued_documents_response_dict)