MpesaB2B.paybill constructor Null safety
Implementation
MpesaB2B.paybill(
this.mpesa,
{
required this.shortCode,
required this.amount,
required this.remarks,
required this.accountReference,
required this.queueTimeOutURL,
required this.resultURL,
}
){
commandID = BbCommandId.BusinessPayBill;
identifierType = IdentifierType.OrganizationShortCode;
}