Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EvCancVincPgto

    Detalhamento do evento de cancelamento da vinculação do pagamento da NFGas

    Inheritance
    object
    XMLBase
    EvCancVincPgto
    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.NFGas
    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
    Type Description
    string

    NProt

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

    NProtVincPgto

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

    Implements

    IXmlSerializable