KYCCheckDetails class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- KYCCheckDetails({required String status, required KYCCheckAddressSummary address, required KYCCheckNameSummary name, required KYCCheckDateOfBirthSummary dateOfBirth, required KYCCheckIDNumberSummary idNumber, required KYCCheckPhoneSummary phoneNumber})
-
KYCCheckDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- address → KYCCheckAddressSummary
-
final
- dateOfBirth → KYCCheckDateOfBirthSummary
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- idNumber → KYCCheckIDNumberSummary
-
final
- name → KYCCheckNameSummary
-
final
- phoneNumber → KYCCheckPhoneSummary
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
final
Methods
-
copyWith(
{String? status, KYCCheckAddressSummary? address, KYCCheckNameSummary? name, KYCCheckDateOfBirthSummary? dateOfBirth, KYCCheckIDNumberSummary? idNumber, KYCCheckPhoneSummary? phoneNumber}) → KYCCheckDetails -
Available on KYCCheckDetails, provided by the $KYCCheckDetailsExtension extension
-
copyWithWrapped(
{Wrapped< String> ? status, Wrapped<KYCCheckAddressSummary> ? address, Wrapped<KYCCheckNameSummary> ? name, Wrapped<KYCCheckDateOfBirthSummary> ? dateOfBirth, Wrapped<KYCCheckIDNumberSummary> ? idNumber, Wrapped<KYCCheckPhoneSummary> ? phoneNumber}) → KYCCheckDetails -
Available on KYCCheckDetails, provided by the $KYCCheckDetailsExtension 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 KYCCheckDetails Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(KYCCheckDetails instance)