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