Class Imp
Informações dos impostos do CTe.
Inheritance
System.Object
Imp
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()
Namespace: Unimake.Business.DFe.Xml.CTe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Imp
Properties
ICMS
Informações do ICMS.
Declaration
public ICMS ICMS { get; set; }
Property Value
Type | Description |
---|---|
ICMS |
ICMSUFFim
Informações do ICMS para a UF de destino.
Declaration
public ICMSUFFim ICMSUFFim { get; set; }
Property Value
Type | Description |
---|---|
ICMSUFFim |
InfAdFisco
Informações adicionais do fisco.
Declaration
public string InfAdFisco { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VTotTrib
Valor total dos tributos.
Declaration
public double VTotTrib { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VTotTribField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VTotTrib" para atribuir ou resgatar o valor)
Declaration
public string VTotTribField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeInfAdFisco()
Verifica se a propriedade InfAdFisco deve ser serializada.
Declaration
public bool ShouldSerializeInfAdFisco()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeVTotTribField()
Verifica se a propriedade VTotTribField deve ser serializada.
Declaration
public bool ShouldSerializeVTotTribField()
Returns
Type | Description |
---|---|
System.Boolean |