Class TotCIBS
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class TotCIBS
Properties
GCBS
Grupo de totalizadores do CBS.
Declaration
[XmlElement("gCBS")]
public GCBS GCBS { get; set; }
Property Value
GIBS
Grupo de totalizadores do IBS.
Declaration
[XmlElement("gIBS")]
public GIBS GIBS { get; set; }
Property Value
GTribCompraGov
Grupo de compra governamental (opcional).
Declaration
[XmlElement("gTribCompraGov")]
public GTribCompraGov GTribCompraGov { get; set; }
Property Value
GTribRegular
Grupo de tributação regular (opcional).
Declaration
[XmlElement("gTribRegular")]
public GTribRegularTotCIBS GTribRegular { get; set; }
Property Value
VTotNF
Declaration
[XmlIgnore]
public double VTotNF { get; set; }
Property Value
VTotNFField
Valor total da nota fiscal.
Declaration
[XmlElement("vTotNF")]
public string VTotNFField { get; set; }
Property Value