WatchlistScreeningRequestSearchTerms class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- WatchlistScreeningRequestSearchTerms({required String watchlistProgramId, required String legalName, String? dateOfBirth, String? documentNumber, String? country})
-
WatchlistScreeningRequestSearchTerms.fromJson(Map<
String, dynamic> json) -
factory
Properties
- country → String?
-
final
- dateOfBirth → String?
-
final
- documentNumber → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- legalName → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- watchlistProgramId → String
-
final
Methods
-
copyWith(
{String? watchlistProgramId, String? legalName, String? dateOfBirth, String? documentNumber, String? country}) → WatchlistScreeningRequestSearchTerms -
Available on WatchlistScreeningRequestSearchTerms, provided by the $WatchlistScreeningRequestSearchTermsExtension extension
-
copyWithWrapped(
{Wrapped< String> ? watchlistProgramId, Wrapped<String> ? legalName, Wrapped<String?> ? dateOfBirth, Wrapped<String?> ? documentNumber, Wrapped<String?> ? country}) → WatchlistScreeningRequestSearchTerms -
Available on WatchlistScreeningRequestSearchTerms, provided by the $WatchlistScreeningRequestSearchTermsExtension 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 WatchlistScreeningRequestSearchTerms Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WatchlistScreeningRequestSearchTerms instance)