Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Fat

    Informações da Fatura.

    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.CTe
    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

    Methods

    ShouldSerializeVDescField()

    Verifica se a propriedade VDescField deve ser serializada.

    Declaration
    public bool ShouldSerializeVDescField()
    Returns
    Type Description
    System.Boolean