TransactionStatusResponse class abstract
Content of the TransactionStatus Response message. It conveys Information related to the status of the last or current Payment, Loyalty or Reversal transaction.
Properties:
- response - Result of a message request processing.
- messageReference - Identification of a previous POI transaction. If
Response.Resultis Success. - repeatedMessageResponse - Content of the requested Message Response. If Result is Success (process completed).
- Annotations
-
- @BuiltValue.new()
Constructors
- TransactionStatusResponse([void updates(TransactionStatusResponseBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageReference → MessageReference?
-
Identification of a previous POI transaction. If
Response.Resultis Success.no setter - repeatedMessageResponse → RepeatedMessageResponse?
-
Content of the requested Message Response. If Result is Success (process completed).
no setter
- response → Response
-
Result of a message request processing.
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(TransactionStatusResponseBuilder)) → TransactionStatusResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → TransactionStatusResponseBuilder -
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<
TransactionStatusResponse> -
no setter