Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Fat

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

    Properties

    NFat

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

    VDesc

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

    VDescField

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

    VLiq

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

    VLiqField

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

    VOrig

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

    VOrigField

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

    Methods

    ShouldSerializeVDescField()

    Declaration
    public bool ShouldSerializeVDescField()
    Returns
    Type Description
    bool