CancelOrderResponse class abstract

CancelOrderResponse

Properties:

  • pspReference - A unique reference of the cancellation request.
  • resultCode - The result of the cancellation request. Possible values: * Received – Indicates the cancellation has successfully been received by Adyen, and will be processed.
Annotations
  • @BuiltValue.new()

Constructors

CancelOrderResponse([void updates(CancelOrderResponseBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
pspReference String
A unique reference of the cancellation request.
no setter
resultCode CancelOrderResponseResultCodeEnum
The result of the cancellation request. Possible values: * Received – Indicates the cancellation has successfully been received by Adyen, and will be processed.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(CancelOrderResponseBuilder)) CancelOrderResponse
Rebuilds the instance.
inherited
toBuilder() CancelOrderResponseBuilder
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<CancelOrderResponse>
no setter