Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ObsItem

    Classe de informações do ObsItem

    Inheritance
    object
    ObsItem
    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 ObsItem

    Properties

    ObsCont

    Grupo de observações de uso livre (para o item da NFe/NFCe)

    Declaration
    [XmlElement("obsCont")]
    public List<ObsCont> ObsCont { get; set; }
    Property Value
    Type Description
    List<ObsCont>

    ObsFisco

    Grupo de observações de uso livre do Fisco

    Declaration
    [XmlElement("obsFisco")]
    public List<ObsFisco> ObsFisco { get; set; }
    Property Value
    Type Description
    List<ObsFisco>