Class EvNaoEmbBPe
Detalhamento do evento de nao embarque do BP-e
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.BPe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("evNaoEmbBPe", Namespace = "http://www.portalfiscal.inf.br/bpe", IsNullable = false)]
public class EvNaoEmbBPe : 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 nao embarque
Declaration
[XmlElement("xJust")]
public string XJust { get; set; }
Property Value
| Type | Description |
|---|---|
| string |