Data constructor
Data({})
Implementation
Data({
required this.merchantId,
required this.merchantTransactionId,
required this.transactionId,
required this.amount,
required this.state,
required this.responseCode,
required this.paymentInstrument,
});