LokotroEWalletTransactionResponse constructor

LokotroEWalletTransactionResponse({
  1. required String transactionId,
  2. required String status,
  3. String? channel,
  4. String? fillingInfo,
  5. String? paymentMethodId,
  6. double? transactionalAmount,
  7. String? currency,
  8. String? createdAt,
  9. required String message,
})

Implementation

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