Class EvVincPgto
Detalhamento do evento de vinculação do pagamento da NFGas
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/nfgas")]
[XmlRoot("evVincPgto", Namespace = "http://www.portalfiscal.inf.br/nfgas", IsNullable = false)]
public class EvVincPgto : XMLBase, IXmlSerializable
Properties
DescEvento
Declaration
[XmlElement("descEvento")]
public string DescEvento { get; set; }
Property Value
NProt
Declaration
[XmlElement("nProt")]
public string NProt { get; set; }
Property Value
Pgto
Declaration
[XmlElement("pgto")]
public Pgto Pgto { get; set; }
Property Value
Implements