IncomeVerificationPrecheckResponse class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- IncomeVerificationPrecheckResponse({required String precheckId, required String requestId, required IncomeVerificationPrecheckConfidence confidence})
-
IncomeVerificationPrecheckResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- confidence → IncomeVerificationPrecheckConfidence
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- precheckId → String
-
final
- requestId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? precheckId, String? requestId, IncomeVerificationPrecheckConfidence? confidence}) → IncomeVerificationPrecheckResponse -
Available on IncomeVerificationPrecheckResponse, provided by the $IncomeVerificationPrecheckResponseExtension extension
-
copyWithWrapped(
{Wrapped< String> ? precheckId, Wrapped<String> ? requestId, Wrapped<IncomeVerificationPrecheckConfidence> ? confidence}) → IncomeVerificationPrecheckResponse -
Available on IncomeVerificationPrecheckResponse, provided by the $IncomeVerificationPrecheckResponseExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const IncomeVerificationPrecheckResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(IncomeVerificationPrecheckResponse instance)