VoucherPaymentManager constructor
VoucherPaymentManager({})
VoucherPaymentManager constructor returns an instance of VoucherPaymentManager
Implementation
VoucherPaymentManager({
required this.publicKey,
required this.isDebugMode,
required this.amount,
required this.currency,
required this.email,
required this.txRef,
required this.fullName,
required this.phoneNumber,
this.redirectUrl
});