Class DocZip
Assembly: Unimake.Business.DFe.dll
Syntax
[XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
public class DocZip
Properties
ConteudoXML
Conteúdo do XML retornado no formato string
Declaration
[XmlIgnore]
public string ConteudoXML { get; }
Property Value
DocXML
Conteúdo do XML retornado no formato XmlDocument
Declaration
[XmlIgnore]
public XmlDocument DocXML { get; }
Property Value
NSU
Declaration
[XmlAttribute("NSU", DataType = "token")]
public string NSU { get; set; }
Property Value
Schema
Declaration
[XmlAttribute("schema")]
public string Schema { get; set; }
Property Value
TipoXML
Tipo dos XML retornados no DocZip
Declaration
[XmlIgnore]
public TipoXMLDocZip TipoXML { get; }
Property Value
Value
Conteúdo do XML em BASE64 compactado com GZIP (Da forma que é retornado pelo web-service)
Declaration
[XmlText(DataType = "base64Binary")]
public byte[] Value { get; set; }
Property Value