Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class E203206

    Bloco do evento de Rejeição do Tomador (e203206).

    Inheritance
    object
    E203206
    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("e203206", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
    public class E203206

    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