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 553bc3f + e973596 commit e2121feCopy full SHA for e2121fe
MDFe.Classes/Informacoes/infPag.cs
@@ -26,6 +26,13 @@ public decimal vContratoProxy
26
set { vContrato = value.Arredondar(2); }
27
}
28
29
+ public byte? indAltoDesemp { get; set; }
30
+
31
+ /// <summary>
32
+ /// Se null, não aparece no xml
33
+ /// </summary>
34
+ public bool indAltoDesempSpecified { get { return indAltoDesemp.HasValue; } }
35
36
public indPag indPag { get; set; }
37
38
[XmlElement(ElementName = "infPrazo")]
0 commit comments