ReversalResponse class abstract

It conveys Information related to the reversal processed by the POI System. Content of the Reversal Response message.

Properties:

Annotations
  • @BuiltValue.new()

Constructors

ReversalResponse([void updates(ReversalResponseBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
originalPOITransaction OriginalPOITransaction?
no setter
paymentReceipt → BuiltList<PaymentReceipt>?
no setter
pOIData POIData?
Data related to the POI System. If Result is Success.
no setter
response Response
Result of a message request processing.
no setter
reversedAmount num?
Amount of the payment or loyalty to reverse. Copy.
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(ReversalResponseBuilder)) ReversalResponse
Rebuilds the instance.
inherited
toBuilder() ReversalResponseBuilder
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<ReversalResponse>
no setter