HostResponse class
Host response information
Constructors
- HostResponse({String? transactionId, String? referenceNumber, String? authCode, String? responseCode, String? responseMessage, String? traceNumber, String? batchNumber, String? expressResponseCode, String? expressResponseMessage, String? hostResponseCode, String? hostResponseMessage, String? processorName})
-
const
-
HostResponse.fromMap(Map<
String, dynamic> ? map) -
factory
Properties
- authCode → String?
-
Auth code
final
- batchNumber → String?
-
Batch number
final
- expressResponseCode → String?
-
Express response code (iOS/Android)
final
- expressResponseMessage → String?
-
Express response message (iOS/Android)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostResponseCode → String?
-
Host response code (iOS/Android)
final
- hostResponseMessage → String?
-
Host response message (iOS/Android)
final
- processorName → String?
-
Processor name (iOS)
final
- referenceNumber → String?
-
Reference number
final
- responseCode → String?
-
Response code
final
- responseMessage → String?
-
Response message
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- traceNumber → String?
-
Trace number
final
- transactionId → String?
-
Transaction ID from host
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited