Class GIBSTot
Grupo total do IBS
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 GIBSTot
Properties
GIBSMun
Grupo total do IBS do Município
Declaration
[XmlElement("gIBSMun")]
public GIBSMunTot GIBSMun { get; set; }
Property Value
| Type | Description |
|---|---|
| GIBSMunTot |
GIBSUF
Grupo total do IBS da UF
Declaration
[XmlElement("gIBSUF")]
public GIBSUFTot GIBSUF { get; set; }
Property Value
| Type | Description |
|---|---|
| GIBSUFTot |
VCredPres
Valor total do crédito presumido
Declaration
[XmlIgnore]
public double VCredPres { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
VCredPresCondSus
Valor total do crédito presumido em condição suspensiva
Declaration
[XmlIgnore]
public double VCredPresCondSus { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
VCredPresCondSusField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade vCredPresCondSus para atribuir ou resgatar o valor)
Declaration
[XmlElement("vCredPresCondSus")]
public string VCredPresCondSusField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VCredPresField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade vCredPres para atribuir ou resgatar o valor)
Declaration
[XmlElement("vCredPres")]
public string VCredPresField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VIBS
Valor total do IBS
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 |