Data constructor
Data({
- String? merchantId,
- String? merchantTransactionId,
- InstrumentResponse? instrumentResponse,
Implementation
Data({this.merchantId, this.merchantTransactionId, this.instrumentResponse});