Class EvCancVincPgto
Detalhamento do evento de cancelamento da vinculação do pagamento da NFGas
Inheritance
EvCancVincPgto
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/nfgas")]
[XmlRoot("evCancVincPgto", Namespace = "http://www.portalfiscal.inf.br/nfgas", IsNullable = false)]
public class EvCancVincPgto : 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
NProtVincPgto
Declaration
[XmlElement("nProtVincPgto")]
public string NProtVincPgto { get; set; }
Property Value
Implements