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