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