USSDPaymentManager constructor
USSDPaymentManager({})
USSDPaymentManager constructor Available for only payments with NGN currency returns an instance of USSDPaymentManager
Implementation
USSDPaymentManager(
{required this.publicKey,
required this.currency,
required this.amount,
required this.email,
required this.txRef,
required this.isDebugMode,
required this.phoneNumber,
required this.fullName,
this.redirectUrl});