LokotroEWalletPaymentResponse constructor
LokotroEWalletPaymentResponse({})
Implementation
LokotroEWalletPaymentResponse({
required this.success,
required this.transactionId,
required this.status,
required this.amount,
required this.currency,
required this.message,
});