Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class E202205

    Bloco do evento de Rejeição do Pestador (e202205).

    Inheritance
    object
    E202205
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFSe.NACIONAL.Eventos
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType("e202205", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
    public class E202205

    Properties

    CMotivo

    Código do Motivo da Rejeição

    Declaration
    [XmlElement("cMotivo", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
    public CodigoMotivoRejeicao CMotivo { get; set; }
    Property Value
    Type Description
    CodigoMotivoRejeicao

    XDesc

    Descrição do evento.

    Declaration
    [XmlElement("xDesc", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
    public string XDesc { get; set; }
    Property Value
    Type Description
    string

    XMotivo

    Descrição para explicitar o motivo indicado neste evento

    Declaration
    [XmlElement("xMotivo", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
    public string XMotivo { get; set; }
    Property Value
    Type Description
    string