Class NFCeDownloadXML
Estrutura XML para download de NFCe
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("nfceDownloadXML", Namespace = "http://www.portalfiscal.inf.br/nfe", IsNullable = false)]
public class NFCeDownloadXML : XMLBase, IXmlSerializable
Properties
ChNFCe
Chave de acesso da NFCe
Declaration
[XmlElement("chNFCe")]
public string ChNFCe { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TpAmb
Tipo do ambiente
Declaration
[XmlElement("tpAmb")]
public TipoAmbiente TpAmb { get; set; }
Property Value
| Type | Description |
|---|---|
| TipoAmbiente |
Versao
Versão do leiaute
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
public string Versao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
LoadFromXML(string)
Deserializar a string do XML no objeto NFCeDownloadXML
Declaration
public NFCeDownloadXML LoadFromXML(string xml)
Parameters
| Type | Name | Description |
|---|---|---|
| string | xml | String do XML |
Returns
| Type | Description |
|---|---|
| NFCeDownloadXML | Objeto NFCeDownloadXML |