PaymentInitiationPaymentReverseRequest class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- PaymentInitiationPaymentReverseRequest({String? clientId, String? secret, required String paymentId, required String idempotencyKey, required String reference, PaymentAmountToRefund? amount})
-
PaymentInitiationPaymentReverseRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount → PaymentAmountToRefund?
-
final
- clientId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- idempotencyKey → String
-
final
- paymentId → String
-
final
- reference → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secret → String?
-
final
Methods
-
copyWith(
{String? clientId, String? secret, String? paymentId, String? idempotencyKey, String? reference, PaymentAmountToRefund? amount}) → PaymentInitiationPaymentReverseRequest -
Available on PaymentInitiationPaymentReverseRequest, provided by the $PaymentInitiationPaymentReverseRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? clientId, Wrapped<String?> ? secret, Wrapped<String> ? paymentId, Wrapped<String> ? idempotencyKey, Wrapped<String> ? reference, Wrapped<PaymentAmountToRefund?> ? amount}) → PaymentInitiationPaymentReverseRequest -
Available on PaymentInitiationPaymentReverseRequest, provided by the $PaymentInitiationPaymentReverseRequestExtension 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 PaymentInitiationPaymentReverseRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(PaymentInitiationPaymentReverseRequest instance)