UIsoResult class
What the host sent back, the way Response is what an HTTP call returns.
Constructors
- UIsoResult({required int traceNumber, required DateTime sentAt, required IsoMsg raw, required TlvList? tags})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostDateTime → DateTime?
-
The host writes
yyyyMMddHHmmss; anything shorter is left null.no setter - isSuccess → bool
-
no setter
- message → String
-
The text the host wants shown to the customer.
no setter
- raw → IsoMsg
-
final
- rejectCode → int?
-
Set when the link refused the message before the host saw it.
no setter
- responseCode → String?
-
"00"when the host approved.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sentAt → DateTime
-
final
- status → int
-
0on success, otherwise the host's own number for what went wrong.no setter -
final
- traceNumber → int
-
The number this message went out with, ISO field 11. Belongs on receipts.
final
Methods
-
bytes(
int number) → Uint8List? -
field(
int number) → String? -
group(
int tag) → TlvList? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
tag(
int tag) → String? -
tagPath(
List< int> path) → String? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited