Skip to content

FatturaElettronicaExportResult class

Result of a FatturaElettronicaXmlService's XmlExport method call.

public class FatturaElettronicaExportResult

Public Members

name description
FatturaElettronicaExportResult() The default constructor.
Errori { get; set; } Validation errors, if any.
FileName { get; set; } File name.
Valido { get; } Indicates whether the generated electronic invoice (XML) passed the validation test according to the interchange system (Sdi) specifications. If false, see Errori for a list of validation errors.
Xml { get; set; } File contents.

See Also