Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ISTot

    Grupo total do imposto seletivo

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

    Properties

    VIS

    Total do imposto seletivo

    Declaration
    [XmlIgnore]
    public double VIS { get; set; }
    Property Value
    Type Description
    double

    VISField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade vIS para atribuir ou resgatar o valor)

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