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 686d3f0 + f03dd20 commit b5555c3Copy full SHA for b5555c3
client/src/main/generated/com/regula/documentreader/webclient/model/TextFieldType.java
@@ -1962,7 +1962,13 @@ public enum TextFieldType {
1962
FT_ISSUING_STATE_CODE_ALPHA2(696),
1963
1964
/** Nationality code (Alpha-2) */
1965
- FT_NATIONALITY_CODE_ALPHA2(697);
+ FT_NATIONALITY_CODE_ALPHA2(697),
1966
+
1967
+ /** First issue date check digit */
1968
+ FT_FIRST_ISSUE_DATE_CHECK_DIGIT(698),
1969
1970
+ /** First issue date checksum */
1971
+ FT_FIRST_ISSUE_DATE_CHECKSUM(699);
1972
1973
private Integer value;
1974
0 commit comments