Class GCred
Inheritance
System.Object
GCred
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.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class GCred
Properties
CCredPresumido
Código de Benefício Fiscal de Crédito Presumido utilizado pela UF, aplicado ao item. Obs.: Deve ser utilizado o mesmo código adotado na EFD e outras declarações, nas UF que o exigem.
Declaration
public string CCredPresumido { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PCredPresumido
Informar o percentual do crédito presumido relativo ao código do crédito presumido informado.
Declaration
public double PCredPresumido { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PCredPresumidoField
Declaration
public string PCredPresumidoField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VCredPresumido
Informar o valor do crédito presumido relativo ao código do crédito presumido informado.
Declaration
public double VCredPresumido { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VCredPresumidoField
Declaration
public string VCredPresumidoField { get; set; }
Property Value
Type | Description |
---|---|
System.String |