Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfPrazo

    Inheritance
    System.Object
    InfPrazo
    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class InfPrazo

    Properties

    DVenc

    Data de Vencimento

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

    DVencField

    Campo para serialização da Data de Vencimento

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

    NParcela

    Número da Parcela

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

    VParcela

    Valor da Parcela

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

    VParcelaField

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

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