FastRefundResponse constructor
FastRefundResponse({})
Implementation
FastRefundResponse({
required TransactionStatus status,
required String message,
required String rawData,
required this.amount,
this.sourceCode,
this.cardType,
this.accountNumber,
this.tid,
this.transactionId,
this.aadeTransactionId,
}) : super(status: status, message: message, rawData: rawData);