Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Dup

    Classe de informações de Dup

    Inheritance
    System.Object
    Dup
    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 Dup

    Properties

    DVenc

    Data de vencimento da duplicata (AAAA-MM-DD)

    Declaration
    public DateTime DVenc { get; set; }
    Property Value
    Type Description
    System.DateTime

    DVencField

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

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

    NDup

    Número da duplicata

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

    NDupField

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

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

    VDup

    Valor da duplicata

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

    VDupField

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

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