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
Id
Identificador do Pedido de Cancelamento da NFS-e.
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
ValidarRegrasAutor()
Declaration
public void ValidarRegrasAutor()