Map<String, dynamic> toJson() => { "identifier": identifier, "orderInfoList": List<dynamic>.from(orderInfoList.map((x) => x.toJson())), };