Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoBPe

    Detalhamento do evento do BP-e

    Inheritance
    object
    DetEventoBPe
    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 DetEventoBPe

    Properties

    EvAlteracaoPoltrona

    Evento de alteracao de poltrona

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

    EvCancBPe

    Evento de cancelamento

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

    EvCancVincPgto

    Evento de cancelamento da vinculacao do pagamento

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

    EvExcessoBagagem

    Evento de excesso de bagagem

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

    EvNaoEmbBPe

    Evento de nao embarque

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

    EvVincPgto

    Evento de vinculacao do pagamento

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

    VersaoEvento

    Versao do evento

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