Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class E105102

    Bloco do evento de Cancelamento por Substiuição de NFSe (e105102).

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

    Properties

    CMotivo

    Código do motivo do cancelamento.

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

    ChSubstituta

    Chave de Acesso da NFS-e substituta.

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

    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 do motivo do cancelamento.

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