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