Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class E101101

    Bloco do evento de Cancelamento da NFS-e (e101101).

    Inheritance
    object
    E101101
    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
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType("e101101", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
    public class E101101

    Properties

    CMotivo

    Código do motivo do cancelamento.

    Declaration
    [XmlElement("cMotivo", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
    public string CMotivo { 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