getVoucherPaymentManager method
Returns an instance of VoucherPaymentManager
Implementation
VoucherPaymentManager getVoucherPaymentManager() {
return VoucherPaymentManager(
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);
}