Class StkStatusQueryRequest
java.lang.Object
io.github.openpaydev.mpesa.core.models.StkStatusQueryRequest
Represents the internal request payload for the M-Pesa STK Push Status Query API.
This class is an internal model and is not intended to be used directly by the SDK consumer.
The MpesaClient creates and populates this object.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanThe organization's short code (Paybill or Till Number) used to identify the business.The unique ID generated by the M-Pesa system for the original STK Push request, which is to be queried.The Base64 encoded password, generated from the business short code, passkey, and timestamp.The timestamp of the request in the format yyyyMMddHHmmss.inthashCode()toString()
-
Method Details
-
builder
-
getBusinessShortCode
The organization's short code (Paybill or Till Number) used to identify the business. -
getPassword
The Base64 encoded password, generated from the business short code, passkey, and timestamp. -
getTimestamp
The timestamp of the request in the format yyyyMMddHHmmss. -
getCheckoutRequestID
The unique ID generated by the M-Pesa system for the original STK Push request, which is to be queried. -
equals
-
hashCode
public int hashCode() -
toString
-