PaymentInitiationPaymentGetResponse class

Inheritance
Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Properties

adjustedReference String?
finalinherited
amount PaymentAmount?
finalinherited
bacs SenderBACSNullable?
finalinherited
hashCode int
The hash code for this object.
no setteroverride
iban String?
finalinherited
initiatedRefunds List<PaymentInitiationRefund>?
finalinherited
lastStatusUpdate DateTime?
finalinherited
paymentId String?
finalinherited
recipientId String?
finalinherited
reference String?
finalinherited
refundDetails ExternalPaymentRefundDetails?
finalinherited
requestId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedule ExternalPaymentScheduleGet?
finalinherited
status PaymentInitiationPaymentStatus?
finalinherited
walletId String?
finalinherited

Methods

copyWith({String? paymentId, PaymentAmount? amount, PaymentInitiationPaymentStatus? status, String? recipientId, String? reference, String? adjustedReference, DateTime? lastStatusUpdate, ExternalPaymentScheduleGet? schedule, ExternalPaymentRefundDetails? refundDetails, SenderBACSNullable? bacs, String? iban, List<PaymentInitiationRefund>? initiatedRefunds, String? walletId}) PaymentInitiationPayment

Available on PaymentInitiationPayment, provided by the $PaymentInitiationPaymentExtension extension

copyWith({String? requestId}) PaymentInitiationPaymentGetResponse

Available on PaymentInitiationPaymentGetResponse, provided by the $PaymentInitiationPaymentGetResponseExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const PaymentInitiationPaymentGetResponse Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(PaymentInitiationPaymentGetResponse instance)