Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Cana

    Classe de informações de Cana

    Inheritance
    object
    Cana
    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.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
    public class Cana

    Properties

    Deduc

    Deduções - Taxas e Contribuições

    Declaration
    [XmlElement("deduc")]
    public List<Deduc> Deduc { get; set; }
    Property Value
    Type Description
    List<Deduc>

    ForDia

    Fornecimentos diários

    Declaration
    [XmlElement("forDia")]
    public List<ForDia> ForDia { get; set; }
    Property Value
    Type Description
    List<ForDia>

    QTotAnt

    Total Anterior

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

    QTotAntField

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

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

    QTotGer

    Total Geral

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

    QTotGerField

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

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

    QTotMes

    Total do mês

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

    QTotMesField

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

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

    Ref

    Mês e Ano de Referência, formato: MM/AAAA

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

    Safra

    Identificação da safra

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

    VFor

    Valor dos fornecimentos

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

    VForField

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

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

    VLiqFor

    Valor Líquido dos fornecimentos

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

    VLiqForField

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

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

    VTotDed

    Valor Total das Deduções

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

    VTotDedField

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

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