getMobileMoneyPaymentManager method

MobileMoneyPaymentManager getMobileMoneyPaymentManager()

Returns an instance of MobileMoneyPaymentManager

Implementation

MobileMoneyPaymentManager getMobileMoneyPaymentManager() {
  return MobileMoneyPaymentManager(
      publicKey: this.publicKey,
      currency: this.currency,
      network: this.network,
      amount: this.amount,
      txRef: this.txRef,
      isDebugMode: this.isDebugMode,
      phoneNumber: this.phoneNumber,
      fullName: this.fullName,
      email: this.email,
      redirectUrl: this.redirectUrl);
}