MpesaPaymentManager constructor
MpesaPaymentManager({})
MpesaPaymentManager constructor.
Implementation
MpesaPaymentManager(
{required this.publicKey,
required this.isDebugMode,
required this.amount,
required this.currency,
required this.email,
required this.txRef,
required this.fullName,
required this.phoneNumber,
this.redirectUrl});