SdkVerificationResponse class
SDK Verification Response Model
Constructors
-
SdkVerificationResponse({required String requestId, required String userId, String? applicantId, required String documentType, required String status, required String verificationStatus, required List<
AssetResponse> assets, required List<AssetResponse> livenessAssets, required Metadata metadata, required CompletionStatus completionStatus, required Summary summary, String? verificationRequestId, String? livenessRequestId, bool? livenessPassed, Map<String, dynamic> ? livenessResult, DateTime? livenessCompletedAt, DateTime? verificationCompletedAt, Map<String, dynamic> ? verificationResult, required int retryCount, required int maxRetries, required bool canRetry, List<RetryHistoryItem> ? retryHistory, String? errorMessage, String? userAgent, Map<String, dynamic> ? deviceInfo, required DateTime createdAt, DateTime? updatedAt, DateTime? completedAt}) -
SdkVerificationResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- applicantId → String?
-
final
-
assets
→ List<
AssetResponse> -
final
- canRetry → bool
-
final
- completedAt → DateTime?
-
final
- completionStatus → CompletionStatus
-
final
- createdAt → DateTime
-
final
-
deviceInfo
→ Map<
String, dynamic> ? -
final
- documentType → String
-
final
- errorMessage → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
livenessAssets
→ List<
AssetResponse> -
final
- livenessCompletedAt → DateTime?
-
final
- livenessPassed → bool?
-
final
- livenessRequestId → String?
-
final
-
livenessResult
→ Map<
String, dynamic> ? -
final
- maxRetries → int
-
final
- metadata → Metadata
-
final
- requestId → String
-
final
- retryCount → int
-
final
-
retryHistory
→ List<
RetryHistoryItem> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
final
- summary → Summary
-
final
- updatedAt → DateTime?
-
final
- userAgent → String?
-
final
- userId → String
-
final
- verificationCompletedAt → DateTime?
-
final
- verificationRequestId → String?
-
final
-
verificationResult
→ Map<
String, dynamic> ? -
final
- verificationStatus → String
-
final
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