Class DetEventoCancelamentoComprovanteEntregaCTe
Classe de detalhamento do evento de cancelamento do comprovante de entrega do CTe
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot(ElementName = "detEvento", Namespace = "http://www.portalfiscal.inf.br/nfe", IsNullable = false)]
public class DetEventoCancelamentoComprovanteEntregaCTe : EventoDetalhe, IXmlSerializable
Properties
COrgaoAutor
Código do órgão autor do evento. Informar o código da UF para este evento.
Declaration
[XmlElement("cOrgaoAutor", Order = 1)]
public string COrgaoAutor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ChCTe
Chave do CTe
Declaration
[XmlElement("chCTe", Order = 4)]
public string ChCTe { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DescEvento
Descrição do evento. Padrão = Cancelamento Comprovante de Entrega do CT-e
Declaration
[XmlElement("descEvento", Order = 0)]
public override string DescEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
NProtCTeCanc
Número do protocolo de autorização do evento do CTe a que se refere este cancelamento
Declaration
[XmlElement("nProtCTeCanc", Order = 4)]
public string NProtCTeCanc { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TpAutor
Tipo do autor
Declaration
[XmlElement("tpAutor", Order = 2)]
public string TpAutor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VerAplic
Versão do aplicativo do autor do evento
Declaration
[XmlElement("verAplic", Order = 3)]
public string VerAplic { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
WriteXml(XmlWriter)
Declaration
public override void WriteXml(XmlWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| XmlWriter | writer |