Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoCancelamentoInsucessoEntregaNFe

    Classe de detalhamento do evento de cancelamento do insucesso na entrega da NFe/NFCe

    Inheritance
    object
    EventoDetalhe
    DetEventoCancelamentoInsucessoEntregaNFe
    Implements
    IXmlSerializable
    Inherited Members
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.Versao
    EventoDetalhe.GetSchema()
    EventoDetalhe.ReadXml(XmlReader)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlRoot(ElementName = "detEvento")]
    public class DetEventoCancelamentoInsucessoEntregaNFe : EventoDetalhe, IXmlSerializable

    Properties

    COrgaoAutor

    Código do órgão autor do evento. Informar o código da UF da chave de acesso para este evento.

    Declaration
    [XmlIgnore]
    public UFBrasil COrgaoAutor { get; set; }
    Property Value
    Type Description
    UFBrasil

    COrgaoAutorField

    Declaration
    [XmlElement("cOrgaoAutor")]
    public int COrgaoAutorField { get; set; }
    Property Value
    Type Description
    int

    DescEvento

    Descrição do evento. Padrão = Cancelamento Insucesso na Entrega da NF-e

    Declaration
    [XmlElement("descEvento")]
    public override string DescEvento { get; set; }
    Property Value
    Type Description
    string
    Overrides
    EventoDetalhe.DescEvento

    NProtEvento

    Informar o número do Protocolo de Autorização do Evento da NFe/NFCe a que se refere este cancelamento.

    Declaration
    [XmlElement("nProtEvento")]
    public string NProtEvento { get; set; }
    Property Value
    Type Description
    string

    VerAplic

    Versão do aplicativo do Autor do Evento.

    Declaration
    [XmlElement("verAplic")]
    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
    Overrides
    EventoDetalhe.WriteXml(XmlWriter)

    Implements

    IXmlSerializable