Skip to content

Commit 02e7218

Browse files
rhfranzoniclaude
andcommitted
Add missing CST 210 (Crédito Presumido Operacional) to IBS/CBS enum
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 48f2b79 commit 02e7218

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

  • NFe.Classes/Informacoes/Detalhe/Tributacao/Compartilhado/Tipos

NFe.Classes/Informacoes/Detalhe/Tributacao/Compartilhado/Tipos/IBSCBSTipos.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,14 @@ public enum CST
8585
[Description("Alíquota reduzida")]
8686
[XmlEnum("200")]
8787
Cst200,
88-
88+
89+
/// <summary>
90+
/// 210 - Crédito Presumido Operacional
91+
/// </summary>
92+
[Description("Crédito Presumido Operacional")]
93+
[XmlEnum("210")]
94+
Cst210,
95+
8996
/// <summary>
9097
/// 220 - Alíquota fixa
9198
/// </summary>

0 commit comments

Comments
 (0)