MpesaB2B.buyGoods constructor Null safety
Implementation
MpesaB2B.buyGoods(
this.mpesa,
{
required this.shortCode,
required this.amount,
required this.remarks,
required this.queueTimeOutURL,
required this.resultURL,
}
){
commandID = BbCommandId.BusinessBuyGoods;
identifierType = IdentifierType.TillNumber;
}