Merchant constructor
Merchant({})
Implementation
Merchant({
this.createdAt, this.status, this.id, this.languageCode,
this.country, this.currency, this.businessName,
this.mainLocationId
});
Merchant({
this.createdAt, this.status, this.id, this.languageCode,
this.country, this.currency, this.businessName,
this.mainLocationId
});