getMpesaPaymentManager method

MpesaPaymentManager getMpesaPaymentManager()

Returns an instance of MpesaPaymentManager

Implementation

MpesaPaymentManager getMpesaPaymentManager() {
  return MpesaPaymentManager(
      publicKey: this.publicKey,
      currency: this.currency,
      amount: this.amount,
      txRef: this.txRef,
      isDebugMode: this.isDebugMode,
      phoneNumber: this.phoneNumber,
      fullName: this.fullName,
      email: this.email,
      redirectUrl: this.redirectUrl);
}