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.
1 parent a6caf97 commit 9524826Copy full SHA for 9524826
src/Regula.DocumentReader.WebClient/Model/TextFieldType.cs
@@ -1737,5 +1737,14 @@ public class TextFieldType
1737
/** Restrictions for CA driver’s license */
1738
public const int DL_CLASS_CODE_CA_NOTES = 624;
1739
1740
+ /** Citizenship Status */
1741
+ public const int CITIZENSHIP_STATUS = 625;
1742
+
1743
+ /** Military Service From */
1744
+ public const int MILITARY_SERVICE_FROM = 626;
1745
1746
+ /** Military Service To */
1747
+ public const int MILITARY_SERVICE_TO = 627;
1748
1749
}
1750
0 commit comments