Class TotApurDia5002
Totalizador de tributos com período de apuração diário
Inheritance
System.Object
TotApurDia5002
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
public class TotApurDia5002
Properties
CRDia
Código de Receita - CR relativo ao Imposto de Renda Retido na Fonte sobre rendimentos do trabalho pagos a residente no exterior para fins fiscais
Declaration
public string CRDia { get; set; }
Property Value
Type |
Description |
System.String |
|
FrmTribut
Forma de tributação, conforme opções disponíveis na Tabela 30
Declaration
public FrmTribut FrmTribut { get; set; }
Property Value
PaisResidExt
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 |
|
PerApurDia
Período de apuração diário do Código de Receita - CR
Declaration
public string PerApurDia { get; set; }
Property Value
Type |
Description |
System.String |
|
VersaoSchema
Versão do schema XML - Utilizado somente em tempo de serialização/desserialização, mas não é gerado no XML. Somente de uso interno da DLL para fazer tratamentos entre versões de schemas.
Declaration
public string VersaoSchema { get; set; }
Property Value
Type |
Description |
System.String |
|
VersaoSchemaInt
Retorna somente o valor inteiro da versão para facilitar comparações
Declaration
Property Value
Type |
Description |
System.Int32 |
|
VlrCRDia
Valor relativo ao Imposto de Renda Retido na Fonte
sobre rendimentos do trabalho pagos a residente,
para fins fiscais, no exterior.
Declaration
public double VlrCRDia { get; set; }
Property Value
Type |
Description |
System.Double |
|
VlrCRDiaField
Declaration
public string VlrCRDiaField { get; set; }
Property Value
Type |
Description |
System.String |
|
VlrPagoDia
Valor pago a residente ou domiciliado no exterior
Declaration
public double VlrPagoDia { get; set; }
Property Value
Type |
Description |
System.Double |
|
VlrPagoDiaField
Declaration
public string VlrPagoDiaField { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldSerializeFrmTribut()
Declaration
public bool ShouldSerializeFrmTribut()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializePaisResidExt()
Declaration
public bool ShouldSerializePaisResidExt()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVlrPagoDiaField()
Declaration
public bool ShouldSerializeVlrPagoDiaField()
Returns
Type |
Description |
System.Boolean |
|