Skip to content

Commit 9524826

Browse files
actions-userhleb-albau
authored andcommitted
add text field types
1 parent a6caf97 commit 9524826

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Regula.DocumentReader.WebClient/Model/TextFieldType.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,5 +1737,14 @@ public class TextFieldType
17371737
/** Restrictions for CA driver’s license */
17381738
public const int DL_CLASS_CODE_CA_NOTES = 624;
17391739

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+
17401749
}
17411750
}

0 commit comments

Comments
 (0)