getUSSDPaymentManager method

USSDPaymentManager getUSSDPaymentManager()

Returns an instance of USSDPaymentManager

Implementation

USSDPaymentManager getUSSDPaymentManager() {
  return USSDPaymentManager(
      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);
}