Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Fat

    Classe de informações de Fat

    Inheritance
    System.Object
    Fat
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class Fat

    Properties

    NFat

    Número da fatura

    Declaration
    public string NFat { get; set; }
    Property Value
    Type Description
    System.String

    VDesc

    Valor do desconto da fatura

    Declaration
    public double VDesc { get; set; }
    Property Value
    Type Description
    System.Double

    VDescField

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

    Declaration
    public string VDescField { get; set; }
    Property Value
    Type Description
    System.String

    VLiq

    Valor líquido da fatura

    Declaration
    public double VLiq { get; set; }
    Property Value
    Type Description
    System.Double

    VLiqField

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

    Declaration
    public string VLiqField { get; set; }
    Property Value
    Type Description
    System.String

    VOrig

    Valor original da fatura

    Declaration
    public double VOrig { get; set; }
    Property Value
    Type Description
    System.Double

    VOrigField

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

    Declaration
    public string VOrigField { get; set; }
    Property Value
    Type Description
    System.String