ResultParameters class

Constructors

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

Properties

b2CChargesPaidAccountAvailableFunds double?
This is the available balance of the Charges Paid account under the B2C shortcode used in the transaction.
getter/setter pair
b2CRecipientIsRegisteredCustomer String?
This is a key that indicates whether the customer is a M-PESA registered customer or not. Y for YES, N for NO
getter/setter pair
b2CUtilityAccountAvailableFunds double?
This is the available balance of the Utility account under the B2C shortcode used in the transaction.
getter/setter pair
b2CWorkingAccountAvailableFunds double?
This is the available balance of the Working account under the B2C shortcode used in the transaction.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rawResponse Map<String, dynamic>
getter/setter pair
receiverPartyPublicName String?
This is the name and phone number of the customer who received the payment.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionAmount double?
This is the amount that is transacted. It is also returned under the ResultParameter array.
getter/setter pair
transactionCompletedDateTime DateTime?
This is the date and time that the transaction completed M-PESA.
getter/setter pair
transactionReceipt String?
This is a unique M-PESA transaction ID for every payment request. The same value is sent to a customer over SMS upon successful processing. It is usually returned under the ResultParameter array.
getter/setter pair

Methods

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