getBankTransferPaymentManager method

BankTransferPaymentManager getBankTransferPaymentManager()

Returns an instance of BankTransferPaymentManager

Implementation

BankTransferPaymentManager getBankTransferPaymentManager() {
  return BankTransferPaymentManager(
      publicKey: this.publicKey,
      currency: this.currency,
      email: this.email,
      amount: this.amount,
      txRef: this.txRef,
      isDebugMode: this.isDebugMode,
      narration: this.narration,
      isPermanent: this.isPermanent,
      phoneNumber: this.phoneNumber,
      frequency: this.frequency,
      duration: this.duration,
      redirectUrl: this.redirectUrl);
}