LokotroEWalletTransactionResponse constructor
LokotroEWalletTransactionResponse({})
Implementation
LokotroEWalletTransactionResponse({
required this.transactionId,
required this.status,
this.channel,
this.fillingInfo,
this.paymentMethodId,
this.transactionalAmount,
this.currency,
this.createdAt,
required this.message,
});