Merchant constructor
Merchant({
- String? merchantId,
- String? redirectUrl,
- String? notificationUrl,
- List<
MerchantData> ? merchantData,
Implementation
Merchant({
this.merchantId,
this.redirectUrl,
this.notificationUrl,
this.merchantData,
});