Class DetEventoCTeAutorizadoEmit
Classe de detalhamento do evento do emitente do CTe autorizado
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("emit", Namespace = "http://www.portalfiscal.inf.br/nfe", IsNullable = false)]
public class DetEventoCTeAutorizadoEmit
Properties
CNPJ
CNPJ do emitente
Declaration
[XmlElement("CNPJ")]
public string CNPJ { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IE
IE do emitente
Declaration
[XmlElement("IE")]
public string IE { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XNome
Nome do emitente
Declaration
[XmlElement("xNome")]
public string XNome { get; set; }
Property Value
| Type | Description |
|---|---|
| string |