FinalVerificationStatus class

Constructors

FinalVerificationStatus({bool? isFinalizedAndSuccessful, bool? isFinalizedAndFailed, bool? isWaitingForManualCheck, String? status, String? scheme, String? createdAt, String? finalizedAt, List<String>? rejectionReasons})
FinalVerificationStatus.fromJson(Map<String, dynamic> json)

Properties

createdAt String?
getter/setter pair
finalizedAt String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isFinalizedAndFailed bool?
getter/setter pair
isFinalizedAndSuccessful bool?
getter/setter pair
isWaitingForManualCheck bool?
getter/setter pair
rejectionReasons List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String?
getter/setter pair
status String?
getter/setter pair

Methods

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited