PaymentInitiationPaymentGetResponse class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
PaymentInitiationPaymentGetResponse({required String requestId, 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}) -
PaymentInitiationPaymentGetResponse.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
- requestId → 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? requestId, 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}) → PaymentInitiationPaymentGetResponse -
Available on PaymentInitiationPaymentGetResponse, provided by the $PaymentInitiationPaymentGetResponseExtension extension
-
copyWithWrapped(
{Wrapped< String> ? requestId, 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}) → 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> -
toString(
) → String -
A string representation of this object.
override
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)