getBankAccountPaymentManager method

BankAccountPaymentManager getBankAccountPaymentManager()

Returns an instance of BankAccountPaymentManager

Implementation

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