Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfEventoBPe

    Informacoes do evento do BP-e

    Inheritance
    object
    InfEventoBPe
    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.BPe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class InfEventoBPe

    Properties

    CNPJ

    CNPJ do emissor do evento

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

    COrgao

    Codigo do orgao de recepcao do evento

    Declaration
    [XmlElement("cOrgao")]
    public int COrgao { get; set; }
    Property Value
    Type Description
    int

    ChBPe

    Chave de acesso do BP-e vinculado ao evento

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

    DetEvento

    Detalhamento do evento

    Declaration
    [XmlElement("detEvento")]
    public DetEventoBPe DetEvento { get; set; }
    Property Value
    Type Description
    DetEventoBPe

    DhEvento

    Data e hora do evento

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

    DhEventoField

    Data e hora do evento serializada no XML

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

    Id

    Identificador da tag a ser assinada

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

    NSeqEvento

    Sequencial do evento

    Declaration
    [XmlElement("nSeqEvento")]
    public int NSeqEvento { get; set; }
    Property Value
    Type Description
    int

    TpAmb

    Identificacao do ambiente

    Declaration
    [XmlElement("tpAmb")]
    public TipoAmbiente TpAmb { get; set; }
    Property Value
    Type Description
    TipoAmbiente

    TpEvento

    Tipo do evento

    Declaration
    [XmlElement("tpEvento")]
    public TipoEventoBPe TpEvento { get; set; }
    Property Value
    Type Description
    TipoEventoBPe