Data constructor

Data({
  1. String? merchantId,
  2. String? merchantTransactionId,
  3. InstrumentResponse? instrumentResponse,
})

Implementation

Data({this.merchantId, this.merchantTransactionId, this.instrumentResponse});