File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -130,12 +130,23 @@ class Exportacion(StrEnum):
130130 DEFINITIVA_CON_CLAVE_DISTINTA_A_A1_O_CUANDO_NO_EXISTE_ENAJENACION_EN_TERMINOS_DEL_CFF = '04'
131131
132132
133+ class Periodicidad (StrEnum ):
134+ DIARIO = '01'
135+ SEMANAL = '02'
136+ QUINCENAL = '03'
137+ MENSUAL = '04'
138+ BIMESTRAL = '05'
139+
140+
133141class ObjetoImp (StrEnum ):
134142 NO_OBJETO_DE_IMPUESTO = '01'
135143 SI_OBJETO_DE_IMPUESTO = '02'
136144 SI_OBJETO_DEL_IMPUESTO_Y_NO_OBLIGADO_AL_DESGLOSE = '03'
137145 SI_OBJETO_DEL_IMPUESTO_Y_NO_CAUSA_IMPUESTO = '04'
138146 SI_OBJETO_DEL_IMPUESTO_IVA_CREDITO_PODEBI = '05'
147+ SI_OBJETO_DEL_IVA_NO_TRASLADO_IVA = '06'
148+ NO_TRASLADO_DEL_IVA_SI_DESGLOSE_IEPS = '07'
149+ NO_TRASLADO_DEL_IVA_NO_DESGLOSE_IEPS = '08'
139150
140151
141152class Banco (StrEnum ):
You can’t perform that action at this time.
0 commit comments