Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfConsPedRegEvento

    Informações da consulta de pedido de registro de evento

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

    Properties

    ChNFSe

    Chave de acesso da NFS-e

    Declaration
    [XmlElement("chNFSe")]
    public string ChNFSe { get; set; }
    Property Value
    Type Description
    string

    NumSeqEvento

    Número sequencial do evento

    Declaration
    [XmlElement("numSeqEvento")]
    public string NumSeqEvento { get; set; }
    Property Value
    Type Description
    string

    TipoEvento

    Tipo do evento (ex: 101101 para cancelamento)

    Declaration
    [XmlElement("tipoEvento")]
    public string TipoEvento { get; set; }
    Property Value
    Type Description
    string