Skip to content

Commit

Permalink
add text field types
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and hleb-albau committed Apr 9, 2021
1 parent a6caf97 commit 9524826
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Regula.DocumentReader.WebClient/Model/TextFieldType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1737,5 +1737,14 @@ public class TextFieldType
/** Restrictions for CA driver’s license */
public const int DL_CLASS_CODE_CA_NOTES = 624;

/** Citizenship Status */
public const int CITIZENSHIP_STATUS = 625;

/** Military Service From */
public const int MILITARY_SERVICE_FROM = 626;

/** Military Service To */
public const int MILITARY_SERVICE_TO = 627;

}
}

0 comments on commit 9524826

Please sign in to comment.