Class IPITrib
Classe de informações do IPITrib
Inheritance
System.Object
IPITrib
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 IPITrib
Properties
CST
Código de situação tributária
Declaration
public string CST { get; set; }
Property Value
Type |
Description |
System.String |
|
PIPI
Declaration
public double PIPI { get; set; }
Property Value
Type |
Description |
System.Double |
|
PIPIField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade PIPI para atribuir ou resgatar o valor)
Declaration
public string PIPIField { get; set; }
Property Value
Type |
Description |
System.String |
|
QUnid
Quantidade total na unidade padrão para tributação
Declaration
public double QUnid { get; set; }
Property Value
Type |
Description |
System.Double |
|
QUnidField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade QUnid para atribuir ou resgatar o valor)
Declaration
public string QUnidField { 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 |
|
VIPI
Declaration
public double VIPI { get; set; }
Property Value
Type |
Description |
System.Double |
|
VIPIField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VIPI para atribuir ou resgatar o valor)
Declaration
public string VIPIField { get; set; }
Property Value
Type |
Description |
System.String |
|
VUnid
Valor por Unidade Tributável. Informar o valor do imposto Pauta por unidade de medida
Declaration
public double VUnid { get; set; }
Property Value
Type |
Description |
System.Double |
|
VUnidField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VUnid para atribuir ou resgatar o valor)
Declaration
public string VUnidField { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldSerializePIPIField()
Declaration
public bool ShouldSerializePIPIField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeQUnidField()
Declaration
public bool ShouldSerializeQUnidField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVBCField()
Declaration
public bool ShouldSerializeVBCField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVUnidField()
Declaration
public bool ShouldSerializeVUnidField()
Returns
Type |
Description |
System.Boolean |
|