Class DetEventoCancSubst
Classe de detalhamento do evento de cancelamento por substituição da NFe/NFCe
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot(ElementName = "detEvento")]
public class DetEventoCancSubst : EventoDetalhe, IXmlSerializable
Properties
COrgaoAutor
Código do órgão autor do evento. Informar o código da UF para este evento.
Declaration
[XmlIgnore]
public UFBrasil COrgaoAutor { get; set; }
Property Value
| Type | Description |
|---|---|
| UFBrasil |
COrgaoAutorField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade COrgaoAutor para atribuir ou resgatar o valor)
Declaration
[XmlElement("cOrgaoAutor", Order = 1)]
public string COrgaoAutorField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ChNFeRef
Chave de acesso da NFe/NFCe vinculada
Declaration
[XmlElement("chNFeRef", Order = 6)]
public string ChNFeRef { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DescEvento
Descrição do evento. Padrão = Cancelamento por substituicao
Declaration
[XmlElement("descEvento", Order = 0)]
public override string DescEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
NProt
Número do protocolo de status da NFe/NFCe
Declaration
[XmlElement("nProt", Order = 4)]
public string NProt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TpAutor
Tipo do autor
Declaration
[XmlElement("tpAutor", Order = 2)]
public TipoAutor TpAutor { get; set; }
Property Value
| Type | Description |
|---|---|
| TipoAutor |
VerAplic
Versão do aplicativo que recebeu o evento
Declaration
[XmlElement("verAplic", Order = 3)]
public string VerAplic { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XJust
Justificativa do cancelamento por substituição
Declaration
[XmlElement("xJust", Order = 5)]
public string XJust { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
WriteXml(XmlWriter)
Declaration
public override void WriteXml(XmlWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| XmlWriter | writer |