USSDRequest constructor
USSDRequest({})
Implementation
USSDRequest({
required this.amount,
required this.currency,
required this.email,
required this.txRef,
required this.fullName,
required this.accountBank,
required this.phoneNumber
});