Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.41 KB

VerifyEInvoiceXmlErrorResponseErrorValidationResult.md

File metadata and controls

28 lines (20 loc) · 1.41 KB

VerifyEInvoiceXmlErrorResponseErrorValidationResult

Properties

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

Example

from fattureincloud_python_sdk.models.verify_e_invoice_xml_error_response_error_validation_result import VerifyEInvoiceXmlErrorResponseErrorValidationResult

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

# convert the object into a dict
verify_e_invoice_xml_error_response_error_validation_result_dict = verify_e_invoice_xml_error_response_error_validation_result_instance.to_dict()
# create an instance of VerifyEInvoiceXmlErrorResponseErrorValidationResult from a dict
verify_e_invoice_xml_error_response_error_validation_result_form_dict = verify_e_invoice_xml_error_response_error_validation_result.from_dict(verify_e_invoice_xml_error_response_error_validation_result_dict)

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