Class InfPedReg
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
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
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
DhEvento
Declaration
[XmlIgnore]
public DateTimeOffset DhEvento { get; set; }
Property Value
DhEventoField
Declaration
[XmlElement("dhEvento", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
public string DhEventoField { get; set; }
Property Value
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
VerAplic
Declaration
[XmlElement("verAplic", Namespace = "http://www.sped.fazenda.gov.br/nfse")]
public string VerAplic { get; set; }
Property Value
Methods
ShouldSerializeCNPJAutor()
Declaration
public bool ShouldSerializeCNPJAutor()
Returns
ShouldSerializeCPFAutor()
Declaration
public bool ShouldSerializeCPFAutor()
Returns
ShouldSerializeNPedRegEvento()
Declaration
public bool ShouldSerializeNPedRegEvento()
Returns
ValidarRegrasAutor()
Declaration
public void ValidarRegrasAutor()