DirectChargeRequest constructor
DirectChargeRequest({})
Constructor for the DirectChargeRequest class.
All fields are required.
Implementation
DirectChargeRequest({
required this.mobile,
required this.firstName,
required this.lastName,
required this.amount,
required this.currency,
required this.email,
required this.txRef,
required this.paymentMethod,
});