Class GControleEstoquePerecimento
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
public class GControleEstoquePerecimento
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 |
VCBS
Valor da CBS na Nota de Fornecimento correspondente à quantidade que foi objeto de roubo, perda, furto ou perecimento.
Declaration
[XmlIgnore]
public double VCBS { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
VCBSField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade vCBS para atribuir ou resgatar o valor)
Declaration
[XmlElement("vCBS")]
public string VCBSField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VIBS
Valor do IBS na Nota de Fornecimento correspondente à quantidade que foi objeto de roubo, perda, furto ou perecimento.
Declaration
[XmlIgnore]
public double VIBS { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
VIBSField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade vIBS para atribuir ou resgatar o valor)
Declaration
[XmlElement("vIBS")]
public string VIBSField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |