Class CalcTrib
Inheritance
System.Object
CalcTrib
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.ESocial
Assembly: Unimake.Business.DFe.dll
Syntax
public class CalcTrib
Properties
InfoCRContrib
Declaration
public List<InfoCRContrib> InfoCRContrib { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InfoCRContrib> |
PerRef
Declaration
public DateTimeOffset PerRef { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
PerRefField
Declaration
public string PerRefField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VrBcCp13
Valor da base de cálculo da contribuição previdenciária sobre a remuneração do trabalhador referente ao 13º salário. Validação: Deve ser maior ou igual a 0 (zero).
Declaration
public double VrBcCp13 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VrBcCp13Field
Declaration
public string VrBcCp13Field { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VrBcCpMensal
Valor da base de cálculo da contribuição previdenciária sobre a remuneração mensal do trabalhador. Validação: Deve ser maior ou igual a 0 (zero).
Declaration
public double VrBcCpMensal { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VrBcCpMensalField
Declaration
public string VrBcCpMensalField { get; set; }
Property Value
Type | Description |
---|---|
System.String |