Class EvVincPgto
Detalhamento do evento de vinculacao do pagamento do BP-e
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.BPe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("evVincPgto", Namespace = "http://www.portalfiscal.inf.br/bpe", IsNullable = false)]
public class EvVincPgto : 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 autorizacao do DFe
Declaration
[XmlElement("nProt")]
public string NProt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Pgto
Vinculacao com o pagamento
Declaration
[XmlElement("pgto")]
public Pgto Pgto { get; set; }
Property Value
| Type | Description |
|---|---|
| Pgto |