GenericIdExtractionResult class
Data Model encapsulating the Generic Id Extraction result
- genericIdFrontData
front
in the API response, data of the front side of the id - genericIdBackData
back
in the API response, data of the back side of the id
- Inheritance
-
- Object
- DigifiedResult
- GenericIdExtractionResult
Constructors
- GenericIdExtractionResult(Map dataMap)
Properties
- error ↔ String?
-
getter/setter pairinherited
-
errorCode
↔ List<
String?> ? -
getter/setter pairinherited
- genericIdBackData ↔ GenericIdBackData?
-
getter/setter pair
- genericIdFrontData ↔ GenericIdFrontData?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String?
-
getter/setter pairinherited
- nextProcess ↔ String?
-
getter/setter pairinherited
- overallStatus ↔ int?
-
getter/setter pairinherited
- result ↔ int?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldTerminate ↔ bool?
-
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited