Class GCredPres
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
public class GCredPres
Properties
GCBS
Grupo de CBS
Declaration
[XmlElement("gCBS")]
public GCBSGCredPres GCBS { get; set; }
Property Value
| Type | Description |
|---|---|
| GCBSGCredPres |
GIBS
Grupo de IBS
Declaration
[XmlElement("gIBS")]
public GIBSGCredPres GIBS { get; set; }
Property Value
| Type | Description |
|---|---|
| GIBSGCredPres |
NItem
Número do item
Declaration
[XmlAttribute(AttributeName = "nItem")]
public int NItem { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
VBC
Valor do base de cálculo do item
Declaration
[XmlIgnore]
public double VBC { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
VBCField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VBC para atribuir ou resgatar o valor)
Declaration
[XmlElement("vBC")]
public string VBCField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |