MpesaC2BSimulation constructor Null safety
- Mpesa mpesa,
- {required String phoneNumber,
- required double amount,
- String? billRefNumber,
- CbCommandID commandID = CbCommandID.CustomerPayBillOnline}
Implementation
MpesaC2BSimulation(
this.mpesa,
{
required this.phoneNumber,
required this.amount,
this.billRefNumber,
this.commandID = CbCommandID.CustomerPayBillOnline,
}
);