VerifyEInvoiceXmlErrorResponseExtra
Name |
Type |
Description |
Notes |
errors |
List[str] |
|
[optional] |
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]