PaymentReversalResponse class abstract
PaymentReversalResponse
Properties:
- merchantAccount - The merchant account that is used to process the payment.
- paymentPspReference - The
pspReferenceof the payment to reverse. - pspReference - Adyen's 16-character reference associated with the reversal request.
- reference - Your reference for the reversal request.
- status - The status of your request. This will always have the value received.
- Annotations
-
- @BuiltValue.new()
Constructors
- PaymentReversalResponse([void updates(PaymentReversalResponseBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantAccount → String
-
The merchant account that is used to process the payment.
no setter
- paymentPspReference → String
-
The
pspReferenceof the payment to reverse.no setter - pspReference → String
-
Adyen's 16-character reference associated with the reversal request.
no setter
- reference → String?
-
Your reference for the reversal request.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → PaymentReversalResponseStatusEnum
-
The status of your request. This will always have the value received.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(PaymentReversalResponseBuilder)) → PaymentReversalResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → PaymentReversalResponseBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
PaymentReversalResponse> -
no setter