Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Deduc

    Classe de informações do Deduc

    Inheritance
    object
    Deduc
    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 Deduc

    Properties

    VDed

    Valor da dedução

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

    VDedField

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

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

    XDed

    Descrição da Dedução

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