DiagnosisRequest class abstract
It conveys Information related to the target POI for which the diagnosis is requested. Content of the Diagnosis Request message.
Properties:
- POIID - Identification of a POI System or a POI Terminal for the Sale to POI protocol. MessageHeader.POIID.
- hostDiagnosisFlag - Indicates if Host Diagnosis are required.
- acquirerID - Identification of the Acquirer. Present if requesting the diagnosis of these hosts only.
- Annotations
-
- @BuiltValue.new()
Constructors
- DiagnosisRequest([void updates(DiagnosisRequestBuilder b)])
-
factory
Properties
-
acquirerID
→ BuiltList<
int> ? -
Identification of the Acquirer. Present if requesting the diagnosis of these hosts only.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostDiagnosisFlag → bool?
-
Indicates if Host Diagnosis are required.
no setter
- POIID → String?
-
Identification of a POI System or a POI Terminal for the Sale to POI protocol. MessageHeader.POIID.
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(DiagnosisRequestBuilder)) → DiagnosisRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → DiagnosisRequestBuilder -
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<
DiagnosisRequest> -
no setter