GelatoDocumentReport class final
GelatoDocumentReport
Result from a document check
Constructors
-
GelatoDocumentReport({Address? address, GelatoDataVerifiedOutputsDate? dob, GelatoDocumentReportError? error, GelatoDataVerifiedOutputsDate? expirationDate, List<
String> ? files, String? firstName, GelatoDataVerifiedOutputsDate? issuedDate, String? issuingCountry, String? lastName, String? number, required GelatoDocumentReportStatus status, GelatoDocumentReportType? type}) -
GelatoDocumentReport
const
- GelatoDocumentReport.fromJson(Object? json)
-
factory
Properties
- address → Address?
-
final
- dob → GelatoDataVerifiedOutputsDate?
-
final
- error → GelatoDocumentReportError?
-
Details on the verification error. Present when status is `unverified`.
final
- expirationDate → GelatoDataVerifiedOutputsDate?
-
final
-
files
→ List<
String> ? -
final
- firstName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- issuedDate → GelatoDataVerifiedOutputsDate?
-
final
- issuingCountry → String?
-
final
- lastName → String?
-
final
- number → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → GelatoDocumentReportStatus
-
final
- type → GelatoDocumentReportType?
-
final
Methods
-
encodeWith<
V> (Encoder< V> encoder) → V -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode<
V> (GelatoDocumentReport instance, Encoder< V> encoder) → V