Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfPedReg

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

    Properties

    CNPJAutor

    CNPJ do autor do evento (opcional se houver CPF).

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

    CPFAutor

    CPF do autor do evento (opcional se houver CNPJ).

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

    ChNFSe

    Chave da NFS-e a ser cancelada.

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

    DhEvento

    Data e hora do evento.

    Declaration
    [XmlIgnore]
    public DateTimeOffset DhEvento { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DhEventoField

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

    E101101

    Evento de Cancelamento (código 101101).

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

    E101103

    Solicitação de Análise Fiscal para Cancelamento (código 101103).

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

    E105102

    Evento de Cancelamento por Substituição (código 105102).

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

    E105104

    Evento de Cancelamento Deferido por Análise Fiscal (código 105104).

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

    E105105

    Evento de Cancelamento de NFS-e Indeferida por Análise Fiscal (código 105105).

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

    E202201

    Evento de Confirmação do Prestador (código 202201).

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

    E202205

    Evento de Rejeição do Prestador (código 202205).

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

    E203202

    Evento de Confirmação do Tomador (código 203202).

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

    E203206

    Evento de Rejeição do Tomador (código 203206).

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

    E204203

    Evento de Confirmação do Intermediário (código 204203).

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

    E204207

    Evento da Rejeição do Intermediário (código 204207).

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

    E205204

    Evento de Confirmação Tácita (código 205204).

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

    E205208

    Evento de Anulação de Manifestação de Rejeição (código 205208).

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

    E305101

    Evento de Cancelamento por Ofício (código 305101).

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

    E305102

    Evento de Bloqueio por Ofício (código 305102).

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

    Id

    Identificador do Pedido de Cancelamento da NFS-e. Formato: "PRE" + "chNFSe (50)" + "Código do Evento (6)"

    Declaration
    [XmlAttribute(AttributeName = "Id", DataType = "token")]
    public string Id { get; set; }
    Property Value
    Type Description
    string

    NPedRegEvento

    Número do pedido/registro do evento.

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

    TpAmb

    Tipo de Ambiente - Produção ou Homologação.

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

    VerAplic

    Versão da Aplicação.

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

    Methods

    ShouldSerializeCNPJAutor()

    Declaration
    public bool ShouldSerializeCNPJAutor()
    Returns
    Type Description
    bool

    ShouldSerializeCPFAutor()

    Declaration
    public bool ShouldSerializeCPFAutor()
    Returns
    Type Description
    bool

    ShouldSerializeNPedRegEvento()

    Declaration
    public bool ShouldSerializeNPedRegEvento()
    Returns
    Type Description
    bool

    ValidarRegrasAutor()

    Declaration
    public void ValidarRegrasAutor()