We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9eebfd8 + f916fbd commit 3b2c1a5Copy full SHA for 3b2c1a5
NFe.Classes/Informacoes/Detalhe/Tributacao/Extensions.cs
@@ -47,6 +47,11 @@ public static decimal GetIcmsValue(this ICMSBasico icms)
47
return GetPropDecimalValue(icms, "vICMS");
48
}
49
50
+ public static decimal GetIcmsStValue(this ICMSBasico icms)
51
+ {
52
+ return GetPropDecimalValue(icms, "vICMSST");
53
+ }
54
+
55
public static decimal GetIpiPercent(this IPIBasico ipi)
56
{
57
return GetPropDecimalValue(ipi, "pIPI");
0 commit comments