Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Total

    Classe de informações do Total

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

    Properties

    IBSCBSTot

    Totais da NF-e com IBS e CBS

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

    ICMSTot

    Totais referentes ao ICMS

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

    ISSQNtot

    Totais referentes ao ISSQN

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

    ISTot

    Grupo total do imposto seletivo

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

    RetTrib

    Retenção de Tributos Federais

    Declaration
    [XmlElement("retTrib")]
    public RetTrib RetTrib { get; set; }
    Property Value
    Type Description
    RetTrib

    VNFTot

    Valor total da NF-e com IBS / CBS / IS

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

    VNFTotField

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

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

    Methods

    ShouldSerializeVNFTotField()

    Declaration
    public bool ShouldSerializeVNFTotField()
    Returns
    Type Description
    bool