Merchant constructor

Merchant(
  1. String merchantId,
  2. String domain
)

Implementation

Merchant(this.merchantId, this.domain);