Class GControleEstoquePerecimentoAdquirente
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
public class GControleEstoquePerecimentoAdquirente
Properties
QPerecimento
Informar a quantidade que foi objeto de roubo, perda, furto ou perecimento
Declaration
[XmlIgnore]
public double QPerecimento { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
QPerecimentoField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade QPerecimento para atribuir ou resgatar o valor)
Declaration
[XmlElement("qPerecimento")]
public string QPerecimentoField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UPerecimento
Informar a unidade relativa ao campo qPerecimento
Declaration
[XmlElement("uPerecimento")]
public string UPerecimento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |