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
-
copyWith(
{String? paymentId, PaymentAmount? amount, PaymentInitiationPaymentStatus? status, String? recipientId, String? reference, String? adjustedReference, DateTime? lastStatusUpdate, ExternalPaymentScheduleGet? schedule, ExternalPaymentRefundDetails? refundDetails, SenderBACSNullable? bacs, String? iban, List< String> ? refundIds, PaymentAmountRefunded? amountRefunded, String? walletId, PaymentScheme? scheme, PaymentScheme? adjustedScheme, String? consentId, String? transactionId}) → PaymentInitiationPayment -
Available on PaymentInitiationPayment, provided by the $PaymentInitiationPaymentExtension extension
-
copyWithWrapped(
{Wrapped< String> ? paymentId, Wrapped<PaymentAmount> ? amount, Wrapped<PaymentInitiationPaymentStatus> ? status, Wrapped<String> ? recipientId, Wrapped<String> ? reference, Wrapped<String?> ? adjustedReference, Wrapped<DateTime> ? lastStatusUpdate, Wrapped<ExternalPaymentScheduleGet?> ? schedule, Wrapped<ExternalPaymentRefundDetails?> ? refundDetails, Wrapped<SenderBACSNullable?> ? bacs, Wrapped<String?> ? iban, Wrapped<List< ? refundIds, Wrapped<String> ?>PaymentAmountRefunded?> ? amountRefunded, Wrapped<String?> ? walletId, Wrapped<PaymentScheme?> ? scheme, Wrapped<PaymentScheme?> ? adjustedScheme, Wrapped<String?> ? consentId, Wrapped<String?> ? transactionId}) → PaymentInitiationPayment -
Available on PaymentInitiationPayment, provided by the $PaymentInitiationPaymentExtension 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 PaymentInitiationPayment Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(PaymentInitiationPayment instance)