Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.18 KB

VerifyEInvoiceXmlErrorResponseExtra.md

File metadata and controls

29 lines (20 loc) · 1.18 KB

VerifyEInvoiceXmlErrorResponseExtra

Properties

Name Type Description Notes
errors List[str] [optional]

Example

from fattureincloud_python_sdk.models.verify_e_invoice_xml_error_response_extra import VerifyEInvoiceXmlErrorResponseExtra

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

# convert the object into a dict
verify_e_invoice_xml_error_response_extra_dict = verify_e_invoice_xml_error_response_extra_instance.to_dict()
# create an instance of VerifyEInvoiceXmlErrorResponseExtra from a dict
verify_e_invoice_xml_error_response_extra_from_dict = VerifyEInvoiceXmlErrorResponseExtra.from_dict(verify_e_invoice_xml_error_response_extra_dict)

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