Class RetEventoMDFeInfEvento
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/mdfe")]
public class RetEventoMDFeInfEvento
Properties
COrgao
Código do órgão.
Declaration
[XmlIgnore]
public UFBrasil COrgao { get; set; }
Property Value
| Type | Description |
|---|---|
| UFBrasil |
COrgaoField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "COrgao" para atribuir ou resgatar o valor)
Declaration
[XmlElement("cOrgao", Order = 2)]
public int COrgaoField { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
CStat
Código do status da resposta.
Declaration
[XmlElement("cStat", Order = 3)]
public int CStat { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ChMDFe
Chave de acesso do MDFe.
Declaration
[XmlElement("chMDFe", Order = 5)]
public string ChMDFe { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DhRegEvento
Data e hora do registro do evento.
Declaration
[XmlIgnore]
public DateTimeOffset DhRegEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |
DhRegEventoField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DhRegEvento" para atribuir ou resgatar o valor)
Declaration
[XmlElement("dhRegEvento", Order = 12)]
public string DhRegEventoField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Identificador da TAG a ser assinada.
Declaration
[XmlAttribute(AttributeName = "Id", DataType = "ID")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NProt
Número do protocolo.
Declaration
[XmlElement("nProt", Order = 13)]
public string NProt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NSeqEvento
Número sequencial do evento.
Declaration
[XmlElement("nSeqEvento", Order = 8)]
public int NSeqEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TpAmb
Tipo de ambiente.
Declaration
[XmlElement("tpAmb", Order = 0)]
public TipoAmbiente TpAmb { get; set; }
Property Value
| Type | Description |
|---|---|
| TipoAmbiente |
TpEvento
Tipo do evento.
Declaration
[XmlElement("tpEvento", Order = 6)]
public TipoEventoMDFe TpEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| TipoEventoMDFe |
VerAplic
Versão do aplicativo que processou o evento.
Declaration
[XmlElement("verAplic", Order = 1)]
public string VerAplic { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XEvento
Descrição do evento.
Declaration
[XmlElement("xEvento", Order = 7)]
public string XEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XMotivo
Descrição literal do status da resposta.
Declaration
[XmlElement("xMotivo", Order = 4)]
public string XMotivo { get; set; }
Property Value
| Type | Description |
|---|---|
| string |