PaymentInitiationPayment class

Implementers
Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

PaymentInitiationPayment({String? paymentId, PaymentAmount? amount, PaymentInitiationPaymentStatus? status, String? recipientId, String? reference, String? adjustedReference, DateTime? lastStatusUpdate, ExternalPaymentScheduleGet? schedule, ExternalPaymentRefundDetails? refundDetails, NullableSenderBACS? bacs, String? iban, String? emiAccountId})
PaymentInitiationPayment.fromJson(Map<String, dynamic> json)
factory

Properties

adjustedReference String?
final
amount PaymentAmount?
final
bacs NullableSenderBACS?
final
emiAccountId String?
final
hashCode int
The hash code for this object.
no setterinherited
iban String?
final
lastStatusUpdate DateTime?
final
paymentId String?
final
recipientId String?
final
reference String?
final
refundDetails ExternalPaymentRefundDetails?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedule ExternalPaymentScheduleGet?
final
status PaymentInitiationPaymentStatus?
final

Methods

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.
inherited

Operators

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

Constants

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