core.Map<core.String, core.dynamic> toJson() => { if (merchantId != null) 'merchantId': merchantId!, if (storeName != null) 'storeName': storeName!, if (storeUrl != null) 'storeUrl': storeUrl!, };