Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EvCancBPe

    Detalhamento do evento de cancelamento do BP-e

    Inheritance
    object
    XMLBase
    EvCancBPe
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    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
    [Serializable]
    [XmlRoot("evCancBPe", Namespace = "http://www.portalfiscal.inf.br/bpe", IsNullable = false)]
    public class EvCancBPe : XMLBase, IXmlSerializable

    Properties

    DescEvento

    Descricao do evento

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

    NProt

    Numero do protocolo de status do BP-e

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

    XJust

    Justificativa do cancelamento

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

    Implements

    IXmlSerializable