MpesaStkCallBackResponse class

Constructors

MpesaStkCallBackResponse.fromMap(Map<String, dynamic> rawResponse)

Properties

callbackMetadata CallbackMetadata?
This is the JSON object that holds more details for the transaction. It is only returned for Successful transaction.
getter/setter pair
checkoutRequestID String?
This is a global unique identifier of the processed checkout transaction request.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantRequestID String?
This is a global unique Identifier for any submitted payment request.
getter/setter pair
rawResponse Map<String, dynamic>
getter/setter pair
responseCode int?
This is a Numeric status code that indicates the status of the transaction submission. 0 means successful submission and any other code means an error occurred.
getter/setter pair
resultDesc String?
Response description is an acknowledgment message from the API that gives the status of the request submission usually maps to a specific ResponseCode value. It can be a Success submission message or an error description.
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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