Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Total

    Valores Totais do CTe

    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.CTeSimp
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(Namespace = "http://www.portalfiscal.inf.br/cte")]
    public class Total

    Properties

    VTPrest

    Valor Total da Prestação do Serviço

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

    VTPrestField

    Propriedade auxiliar da VTPrest (Utilize sempre a VTPrest)

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

    VTRec

    Valor total a Receber

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

    VTotDFe

    Valor total do documento fiscal

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

    VTotDFeField

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

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

    VtRecField

    Propriedade auxiliar da VRec (Utilize sempre a VRec)

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

    Methods

    ShouldSerializeVTotDFeField()

    Declaration
    public bool ShouldSerializeVTotDFeField()
    Returns
    Type Description
    bool