Class IBSCBSTot
Totais da NF-e com IBS e CBS
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 IBSCBSTot
Properties
GCBS
Grupo total do CBS
Declaration
[XmlElement("gCBS")]
public GCBSTot GCBS { get; set; }
Property Value
| Type | Description |
|---|---|
| GCBSTot |
GEstornoCred
Grupo total do Estorno de Crédito
Declaration
[XmlElement("gEstornoCred")]
public GEstornoCred GEstornoCred { get; set; }
Property Value
| Type | Description |
|---|---|
| GEstornoCred |
GIBS
Grupo total do IBS
Declaration
[XmlElement("gIBS")]
public GIBSTot GIBS { get; set; }
Property Value
| Type | Description |
|---|---|
| GIBSTot |
GMono
Grupo total da Monofasia
Declaration
[XmlElement("gMono")]
public GMono GMono { get; set; }
Property Value
| Type | Description |
|---|---|
| GMono |
VBCIBSCBS
Valor total da BC do IBS e da CBS
Declaration
[XmlIgnore]
public double VBCIBSCBS { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
VBCIBSCBSField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade vBCIBSCBS para atribuir ou resgatar o valor)
Declaration
[XmlElement("vBCIBSCBS")]
public string VBCIBSCBSField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |