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.
read / write
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
read / write
b2CUtilityAccountAvailableFunds double?
This is the available balance of the Utility account under the B2C shortcode used in the transaction.
read / write
b2CWorkingAccountAvailableFunds double?
This is the available balance of the Working account under the B2C shortcode used in the transaction.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
rawResponse Map<String, dynamic>
read / write
receiverPartyPublicName String?
This is the name and phone number of the customer who received the payment.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
transactionAmount double?
This is the amount that is transacted. It is also returned under the ResultParameter array.
read / write
transactionCompletedDateTime DateTime?
This is the date and time that the transaction completed M-PESA.
read / write
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.
read / write

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