Class ExportInd
Classe de informações da exportação indireta
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
public class ExportInd
Properties
ChNFe
Chave de acesso da NF-e recebida para exportação
Declaration
[XmlElement("chNFe")]
public string ChNFe { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NRE
Registro de exportação
Declaration
[XmlElement("nRE")]
public string NRE { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
QExport
Quantidade do item efetivamente exportado
Declaration
[XmlIgnore]
public double QExport { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
QExportField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade QExport para atribuir ou resgatar o valor)
Declaration
[XmlElement("qExport")]
public string QExportField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |