MpesaB2c constructor Null safety
Implementation
MpesaB2c(
this.mpesa,
{
required this.phoneNumber,
required this.amount,
required this.remarks,
required this.occassion,
required this.queueTimeOutURL,
required this.resultURL,
this.commandID = BcCommandId.BusinessPayment
}
);