HpsCode class

Ein Ergebniscode, dessen Bedeutung feststeht.

Constructors

HpsCode({required String code, required String title, required String meaning, required HpsCodeEffect effect, required HpsCodeReason reason, required HpsCodeSource source, bool rejectsRequest = false})
const

Properties

code String
Der Ergebniscode, wie ihn das Terminal im Feld responseCode sendet.
final
conclusive bool
Schreibt den Ausgang fest -- Teil der Positivliste von TransactionResponse.isConclusive.
no setter
effect HpsCodeEffect
final
hashCode int
The hash code for this object.
no setterinherited
hostUncertain bool
Siehe HpsCodeEffect.hostUncertain.
no setter
meaning String
Bedeutung, deutsch, fuer Nachweis und Protokoll.
final
reason HpsCodeReason
final
rejectsRequest bool
Der Code weist die ANFRAGE selbst ab (TID, Form, Geraetezustand) und sagt damit nur etwas ueber die Anfrage, die er beantwortet.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source HpsCodeSource
final
title String
Der Titel, wie hobex ihn fuehrt bzw. wie das Terminal ihn als responseText sendet -- englisch, unveraendert.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited