Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.1 KB

VerifyEInvoiceXmlResponse.md

File metadata and controls

28 lines (20 loc) · 1.1 KB

VerifyEInvoiceXmlResponse

Properties

Name Type Description Notes
data VerifyEInvoiceXmlResponseData [optional]

Example

from fattureincloud_python_sdk.models.verify_e_invoice_xml_response import VerifyEInvoiceXmlResponse

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

# convert the object into a dict
verify_e_invoice_xml_response_dict = verify_e_invoice_xml_response_instance.to_dict()
# create an instance of VerifyEInvoiceXmlResponse from a dict
verify_e_invoice_xml_response_form_dict = verify_e_invoice_xml_response.from_dict(verify_e_invoice_xml_response_dict)

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