TransactionStatusCallBackResponse class

Inheritance

Constructors

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

Properties

conversationID String?
For every unique request made to M-PESA, a new ConversationID is generated and returned in the response. This ConversationID carries the response from M-PESA.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
originatorConversationID String?
This is a global unique identifier for the transaction request returned by the API proxy upon successful request submission.
getter/setter pairinherited
rawResponse Map<String, dynamic>
getter/setter pairoverride
referenceData ReferenceData?
getter/setter pair
resultCode int?
This is a numeric status code that indicates the status of the transaction processing. 0 means success and any other code means an error occurred or the transaction failed.
getter/setter pairinherited
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 pairinherited
resultParameter TransactionStatusResultParameters?
This is a JSON array within the ResultParameters that holds additional transaction details as JSON objects.
getter/setter pair
resultType int?
This is a status code that indicates whether the transaction was already sent to your listener. Usual value is 0.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionID String?
This is a unique M-PESA transaction ID for every payment request. Same value is sent to customer over SMS upon successful processing.
getter/setter pairinherited

Methods

asMap() Map<String, dynamic>
override
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