Receipt(Map<String, double> items, String merchantName) { this.items = items; this.merchantName = merchantName; }