public R88_RendimentoExclusivo_Tipo2(IR_RegistroHeader Header, int Codigo)
 {
     NR_Reg         = 88;
     NR_Cpf         = Header.CPF_Contribuinte;
     IN_Tipo        = "T";
     NR_Cpf_Benefic = Header.CPF_Contribuinte;
     NR_Cod         = Codigo;
 }
예제 #2
0
 public R86_RendimentoIsento_Tipo5(IR_RegistroHeader Header)
 {
     NR_Reg         = 86;
     NR_Cpf         = Header.CPF_Contribuinte;
     IN_Tipo        = "T";
     NR_Cpf_BenefIC = Header.CPF_Contribuinte;
     NR_Cod         = 26;
 }
예제 #3
0
 public R84_RendimentoIsento_Tipo3(IR_RegistroHeader Header, int Codigo)
 {
     NR_Reg         = 84;
     NR_Cpf         = Header.CPF_Contribuinte;
     IN_Tipo        = "T";
     NR_Cpf_BenefIC = Header.CPF_Contribuinte;
     NR_Cod         = Codigo;
 }
예제 #4
0
 public R27_BensDireitos(IR_RegistroHeader header)
 {
     this.NR_Controle = "";
     this.NR_Reg      = 27;
     this.NR_Cpf      = header.CPF_Contribuinte;
 }
예제 #5
0
 public R23_RendimentosIsentosNaoTributaveis(IR_RegistroHeader header)
 {
     this.NR_Controle = "";
     this.NR_Reg      = 23;
     this.NR_Cpf      = header.CPF_Contribuinte;
 }
 public R24_RendimentosTributacaoExclusiva(IR_RegistroHeader Header)
 {
     this.NR_Reg      = 24;
     this.NR_Cpf      = Header.CPF_Contribuinte;
     this.NR_Controle = "";
 }