Class Deduc
Classe de informações do Deduc
Inherited Members
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 |