PaymentInitiationPayment class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

PaymentInitiationPayment({required String paymentId, required PaymentAmount amount, required PaymentInitiationPaymentStatus status, required String recipientId, required String reference, String? adjustedReference, required DateTime lastStatusUpdate, ExternalPaymentScheduleGet? schedule, ExternalPaymentRefundDetails? refundDetails, required SenderBACSNullable? bacs, required String? iban, List<String>? refundIds, PaymentAmountRefunded? amountRefunded, String? walletId, PaymentScheme? scheme, PaymentScheme? adjustedScheme, String? consentId, String? transactionId})
PaymentInitiationPayment.fromJson(Map<String, dynamic> json)
factory

Properties

adjustedReference String?
final
adjustedScheme PaymentScheme?
final
amount PaymentAmount
final
amountRefunded PaymentAmountRefunded?
final
bacs SenderBACSNullable?
final
consentId String?
final
hashCode int
The hash code for this object.
no setteroverride
iban String?
final
lastStatusUpdate DateTime
final
paymentId String
final
recipientId String
final
reference String
final
refundDetails ExternalPaymentRefundDetails?
final
refundIds List<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedule ExternalPaymentScheduleGet?
final
scheme PaymentScheme?
final
status PaymentInitiationPaymentStatus
final
transactionId String?
final
walletId String?
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.
override

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)