Class ISSQNtot
Classe de informações do ISSQNTot
Inheritance
System.Object
ISSQNtot
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class ISSQNtot
Properties
CRegTrib
Código do regime especial de tributação
Declaration
public CodigoRegimeEspecialTributacao CRegTrib { get; set; }
Property Value
DCompet
Data da prestação do serviço (AAAA-MM-DD)
Declaration
public DateTime DCompet { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DCompetField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade DCompet para atribuir ou resgatar o valor)
Declaration
public string DCompetField { get; set; }
Property Value
Type |
Description |
System.String |
|
VBC
Declaration
public double VBC { get; set; }
Property Value
Type |
Description |
System.Double |
|
VBCField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VBC para atribuir ou resgatar o valor)
Declaration
public string VBCField { get; set; }
Property Value
Type |
Description |
System.String |
|
VCOFINS
Valor do COFINS sobre serviços
Declaration
public double VCOFINS { get; set; }
Property Value
Type |
Description |
System.Double |
|
VCOFINSField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VCOFINS para atribuir ou resgatar o valor)
Declaration
public string VCOFINSField { get; set; }
Property Value
Type |
Description |
System.String |
|
VDeducao
Valor dedução para redução da base de cálculo
Declaration
public double VDeducao { get; set; }
Property Value
Type |
Description |
System.Double |
|
VDeducaoField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VDeducao para atribuir ou resgatar o valor)
Declaration
public string VDeducaoField { get; set; }
Property Value
Type |
Description |
System.String |
|
VDescCond
Valor desconto condicionado
Declaration
public double VDescCond { get; set; }
Property Value
Type |
Description |
System.Double |
|
VDescCondField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VDescCond para atribuir ou resgatar o valor)
Declaration
public string VDescCondField { get; set; }
Property Value
Type |
Description |
System.String |
|
VDescIncond
Valor desconto incondicionado
Declaration
public double VDescIncond { get; set; }
Property Value
Type |
Description |
System.Double |
|
VDescIncondField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VDescIncond para atribuir ou resgatar o valor)
Declaration
public string VDescIncondField { get; set; }
Property Value
Type |
Description |
System.String |
|
VISS
Declaration
public double VISS { get; set; }
Property Value
Type |
Description |
System.Double |
|
VISSField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VISS para atribuir ou resgatar o valor)
Declaration
public string VISSField { get; set; }
Property Value
Type |
Description |
System.String |
|
VISSRet
Declaration
public double VISSRet { get; set; }
Property Value
Type |
Description |
System.Double |
|
VISSRetField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VISSRet para atribuir ou resgatar o valor)
Declaration
public string VISSRetField { get; set; }
Property Value
Type |
Description |
System.String |
|
VOutro
Declaration
public double VOutro { get; set; }
Property Value
Type |
Description |
System.Double |
|
VOutroField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VOutro para atribuir ou resgatar o valor)
Declaration
public string VOutroField { get; set; }
Property Value
Type |
Description |
System.String |
|
VPIS
Valor do PIS sobre serviços
Declaration
public double VPIS { get; set; }
Property Value
Type |
Description |
System.Double |
|
VPISField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VPIS para atribuir ou resgatar o valor)
Declaration
public string VPISField { get; set; }
Property Value
Type |
Description |
System.String |
|
VServ
Valor Total dos Serviços sob não-incidência ou não tributados pelo ICMS
Declaration
public double VServ { get; set; }
Property Value
Type |
Description |
System.Double |
|
VServField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VServ para atribuir ou resgatar o valor)
Declaration
public string VServField { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldSerializeCRegTrib()
Declaration
public bool ShouldSerializeCRegTrib()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVBCField()
Declaration
public bool ShouldSerializeVBCField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVCOFINSField()
Declaration
public bool ShouldSerializeVCOFINSField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVDeducaoField()
Declaration
public bool ShouldSerializeVDeducaoField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVDescCondField()
Declaration
public bool ShouldSerializeVDescCondField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVDescIncondField()
Declaration
public bool ShouldSerializeVDescIncondField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVISSField()
Declaration
public bool ShouldSerializeVISSField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVISSRetField()
Declaration
public bool ShouldSerializeVISSRetField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVOutroField()
Declaration
public bool ShouldSerializeVOutroField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVPISField()
Declaration
public bool ShouldSerializeVPISField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVServField()
Declaration
public bool ShouldSerializeVServField()
Returns
Type |
Description |
System.Boolean |
|