Class InfoPgto
Inheritance
System.Object
InfoPgto
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
Properties
DtPgto
Informar a data de pagamento
Declaration
public DateTimeOffset DtPgto { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DtPgtoField
Declaration
public string DtPgtoField { get; set; }
Property Value
Type |
Description |
System.String |
|
IdeDmDev
Identificador atribuído pela fonte pagadora para o demonstrativo de valores
devidos ao trabalhador conforme definido em S-1200, S-1202, S-1207, S-2299 ou S-2399
Declaration
public string IdeDmDev { get; set; }
Property Value
Type |
Description |
System.String |
|
InfoPgtoExt
Informações complementares relativas a pagamentos a residente fiscal no exterior
Declaration
public InfoPgtoExt InfoPgtoExt { get; set; }
Property Value
PaisResidExt
Informar o código do país de residência para fins fiscais, quando no exterior, conforme Tabela 06
Declaration
public string PaisResidExt { get; set; }
Property Value
Type |
Description |
System.String |
|
PerRef
Informar a competência declarada no campo {perApur} do evento remuneratório a que se refere o pagamento,
no formato AAAA-MM (ou AAAA, se for relativa à folha de 13° salário). Se tpPgto = [2, 3], informar o mês/ano da
data de desligamento (ou de término), no formato AAAA-MM.
Declaration
public string PerRef { get; set; }
Property Value
Type |
Description |
System.String |
|
TpPgto
Informar o evento de origem do pagamento
Declaration
public TipoPagamentoESocial TpPgto { get; set; }
Property Value
VrLiq
Valor líquido recebido pelo trabalhador, composto pelos vencimentos e descontos, inclusive os descontos de IRRF e de pensão alimentícia (se houver).
Validação: Não pode ser um valor negativo.
Declaration
public double VrLiq { get; set; }
Property Value
Type |
Description |
System.Double |
|
VrLiqField
Declaration
public string VrLiqField { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldSerializePaisResidExt()
Declaration
public bool ShouldSerializePaisResidExt()
Returns
Type |
Description |
System.Boolean |
|