Skip to content

Commit e2121fe

Browse files
authored
Merge pull request #122 from flavionootech/master
Adicionado no pagamento a tag indAltoDesemp
2 parents 553bc3f + e973596 commit e2121fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

MDFe.Classes/Informacoes/infPag.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ public decimal vContratoProxy
2626
set { vContrato = value.Arredondar(2); }
2727
}
2828

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+
2936
public indPag indPag { get; set; }
3037

3138
[XmlElement(ElementName = "infPrazo")]

0 commit comments

Comments
 (0)