Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class E101103

    Bloco do evento de Solicitação de Análise Fiscal para Cancelamento (e101103).

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

    Properties

    CMotivo

    Código do motivo da solicitação de análise fiscal para cancelamento de NFS-e.

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

    XDesc

    Solicitação de Análise Fiscal para Cancelamento de NFS-e.

    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