File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
NFe.Classes/Servicos/Evento/Informacoes/CreditoPresumido Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3131/* Rua Comendador Francisco josé da Cunha, 111 - Itabaiana - SE - 49500-000 */
3232/********************************************************************************/
3333
34+ using NFe . Classes . Informacoes . Detalhe ;
35+
3436namespace NFe . Classes . Servicos . Evento . Informacoes . CreditoPresumido
3537{
3638 public class gCBS
@@ -41,7 +43,7 @@ public class gCBS
4143 /// <summary>
4244 /// P31 - Código de Classificação do Crédito presumido, conforme tabela cCredPres (Anexo IV)
4345 /// </summary>
44- public int cCredPres { get ; set ; }
46+ public CCredPress cCredPress { get ; set ; }
4547
4648 /// <summary>
4749 /// P32 - Percentual do Crédito Presumido
Original file line number Diff line number Diff line change 3131/* Rua Comendador Francisco josé da Cunha, 111 - Itabaiana - SE - 49500-000 */
3232/********************************************************************************/
3333
34+ using NFe . Classes . Informacoes . Detalhe ;
35+
3436namespace NFe . Classes . Servicos . Evento . Informacoes . CreditoPresumido
3537{
3638 public class gIBS
@@ -41,7 +43,7 @@ public class gIBS
4143 /// <summary>
4244 /// P27 - Código de Classificação do Crédito presumido, conforme tabela cCredPres (Anexo IV)
4345 /// </summary>
44- public int cCredPres { get ; set ; }
46+ public CCredPress cCredPress { get ; set ; }
4547
4648 /// <summary>
4749 /// P28 - Percentual do Crédito Presumido
You can’t perform that action at this time.
0 commit comments