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

    Id

    Identificador do Pedido de Cancelamento da NFS-e.

    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

    ValidarRegrasAutor()

    Declaration
    public void ValidarRegrasAutor()