PaymentCancelResponse class abstract
PaymentCancelResponse
Properties:
- merchantAccount - The merchant account that is used to process the payment.
- paymentPspReference - The
pspReferenceof the payment to cancel. - pspReference - Adyen's 16-character reference associated with the cancel request.
- reference - Your reference for the cancel request.
- status - The status of your request. This will always have the value received.
- Annotations
-
- @BuiltValue.new()
Constructors
- PaymentCancelResponse([void updates(PaymentCancelResponseBuilder 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 cancel.no setter - pspReference → String
-
Adyen's 16-character reference associated with the cancel request.
no setter
- reference → String?
-
Your reference for the cancel request.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → PaymentCancelResponseStatusEnum
-
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(PaymentCancelResponseBuilder)) → PaymentCancelResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → PaymentCancelResponseBuilder -
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<
PaymentCancelResponse> -
no setter