Merchant constructor

Merchant({
  1. String? merchantId,
  2. String? redirectUrl,
  3. String? notificationUrl,
  4. List<MerchantData>? merchantData,
})

Implementation

Merchant({
  this.merchantId,
  this.redirectUrl,
  this.notificationUrl,
  this.merchantData,
});