Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ObsFisco

    Classe de informações de ObsFisco

    Inheritance
    object
    ObsFisco
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
    public class ObsFisco

    Properties

    XCampo

    Nome de identificação do campo

    Declaration
    [XmlAttribute(AttributeName = "xCampo")]
    public string XCampo { get; set; }
    Property Value
    Type Description
    string

    XTexto

    Conteúdo do campo de interesse do Fisco

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