/home/techb158/ileadtechnology.com/vendor/smodav/mpesa/src/Mpesa/Laravel/Facades
Edit: /home/techb158/ileadtechnology.com/vendor/smodav/mpesa/src/Mpesa/Laravel/Facades/STK.php (891B)
*
* @method static STK from(string $number)
* @method static STK request(string $amount)
* @method static stdClass push(string $amount = null, string $number = null, string $reference = null, string $description = null, string $account = null)
* @method static STK usingAccount(string $account)
* @method static STK usingReference(string $reference, string $description)
* @method static stdClass validate(string $checkoutRequestID, string $account = null)
*
* @see \SmoDav\Mpesa\C2B\STK
*/
class STK extends Facade
{
/**
* Get the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor()
{
return 'mp_stk';
}
}